The memepage project
- clone the repository
cd The-memepage-project
- Add you credentials to the config.py file:
vi config.py
(Make sure you created a twitter and reddit dev account) - Install dependecys:
pip3 install -r requirements.txt
- Run the bot:
python3 app.py
- Done!