This program allows you to post pictures to an Instagram account from a file with pictures. If you want you are able to scrape a few pictures from a subreddit to the folder as well to have them posted.
Use the package manager pip to install requests, selenium, configparser, selenium, bs4, wget, and autoit
pip install requests
pip install configparser
pip install selenium
pip install bs4
pip install wget
pip install autoit
Run Insta-bot.py
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.