Instagram bot who manages Instagram Quote Page
You can check out its live demo here.
- Create image from raw data
- Post on Instagram
- Like the comments
- New user can get the greeting message
- Deployable Ready
- Customized Timming
and many more features coming soon...
Follow this below instruction to properly set up this project
Clone the project to your local device
git clone https://github.com/Riken-Shah/InstaQuoteBot.git
Change your directory
cd InstaQuoteBot
Download the dependices
pip install -r ./requirements.txt
Install Chromedriver and copy it's path.
Add the .env to your project directory
Follow the instruction on properly setup this file
🎉 Power up the bot... 🎉
python run.py
You can use this as your boilerplate code and create your own Instagram page which is managed by a bot.
- Want to integrate a database? View this file
- Create customized templates for your posts. You can use this as your base class to get different functionalities out of the box...
- Customzie caption message view this file
- Want to customized timing? Go here
- Helper Functions
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.