https://github.com/samrap/instapro-bot
A framework for running the InstaPy bot
https://github.com/samrap/instapro-bot
Last synced: 4 months ago
JSON representation
A framework for running the InstaPy bot
- Host: GitHub
- URL: https://github.com/samrap/instapro-bot
- Owner: samrap
- License: mit
- Created: 2019-06-06T04:13:43.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T05:17:02.000Z (over 3 years ago)
- Last Synced: 2025-10-26T08:30:28.806Z (8 months ago)
- Language: Python
- Size: 90.8 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# instapro-bot
A framework for running the [InstaPy](https://github.com/timgrossmann/InstaPy) Instagram bot
InstaPy is a fantastic bot for automating Instagram interactions, but can be a little messy to work with. This is a WIP Python framework that allows you to set basic configurations using dotenv and JSON, while defining the actual interactions as _plays_. A play is simply a function you pass to `Application.run` which receives an InstaPy session already configured with everything you need.
! This is a WIP !
A WIP for using Ansible to provision an Ubuntu server to run this framework exists at [samrap/instapro-ansible](https://github.com/samrap/instapro-ansible).