Instamate is a bot for automating Instagram operations written in Python. Inspired heavily on InstaPy, Instamate provides a simpler interface and the best and latest Python practices for its development.
You will need to install a web driver such as Geckodriver. Simply download a release binary and place it in your file system at /usr/local/bin
.
Create a .env
file in the repository root with your instagram authentication credentials:
INSTAGRAM_USERNAME="myuser"
INSTAGRAM_PASSWORD="foobar"
See examples/
directory for different operations that can be achieved with Instamate.