A bot that grabs the hottest images from reddit (default is r/memes) and reposts them to instagram (in a random 30-60min interval)
- An Instagram account
- A Reddit account with an app created
- Python 3
pip install -r requirements.txt
PRAW (Reddit API):
pip install praw
InstagramAPI (Instagram API):
pip install InstagramAPI
pillow (PIL)
pip install pillow
- In instaLogin.txt change Username to your Instagram username and Password to your Instagram password
- In picGrab.py change clID to your app client ID, clSE to your client Secret, change user to your Reddit username and password to your Reddit password
- Navigate to the directory in the terminal
run:
python instaReposter.py