My simple app to automatically reply message on Facebook
Anyone =)))
Python3
Install packets in source_code/requirements.txt (pip3 install -r requirements.txt)
-
Run bot.py in source_code/ (python3 bot.py)
-
Enter Facebook's login Email and Password
(Don't worry about losing your facebook account, I'm not that good yet :D) -
Enter the message you want to send in the Message field
(Message sent by bot will be 'Auto message: * your message *')
If you left it blank, message will be 'Auto message:' -
Enter facebook's sticker id if you want to send a sticker.
Some sticker's id can be found in here
(if you left it blank, bot will not send any sticker) -
Click 'Login & Run' button or just press 'Enter' to run it. If login success, you will see
If the login has any problem, you will see
If you want to stop auto-sending, press Stop!!!. You will see
NOTE: MESSAGE WILL ONLY SENT ONCE TO EACH OTHER USER TO AVOID BEING SPAM
SonThanhNguyen13