This hack can probably save 2 to 3 hours of your life.
- Download Python 3.xx (3.6 is recommended)
- Clone this repo by typing
git clone https://github.com/MaxKusnadi/fb-auto-birthday-post.git
on your command line - Enter
cd fb-auto-birthday-post
- Enter
pip install -r requirements.txt
- Download
chromedriver
from here. Unzip and put inside thefb-auto-birthday-post
folder. This is an important step, otherwise the program will not work - Enter
python app.py
if Setup Successful appears on your command line, it means everything is fine
There are 2 ways of entering your credential:
- Open
config.py
using your favourite text editor and fill in your credentials there. This is recommended for automatic login. - Key in your credentials when your screen ask you to.
- Open
wishes.py
- Add your custom messages to the list
Linux user, check this out.
Windows user, you can go here.
People who use windows git bash may get a problem in which password prompt does not appear after the email prompt. The solution can be found here or else, just update config.py
file
Created by me