Skip to content

Riken-Shah/InstaQuoteBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Logo

InstaQuoteBot

Instagram bot who manages Instagram Quote Page

About Project

You can check out its live demo here.

Top features

  • 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...

Installation

Follow this below instruction to properly set up this project

Step 1

Clone the project to your local device

git clone https://github.com/Riken-Shah/InstaQuoteBot.git

Step 2

Change your directory

cd InstaQuoteBot

Step 3

Download the dependices

pip install -r ./requirements.txt 

Step 4

Install Chromedriver and copy it's path.

Step 5

Add the .env to your project directory
Follow the instruction on properly setup this file

Step 6

🎉 Power up the bot... 🎉

python run.py

Your Own Instagram Page Manager:

You can use this as your boilerplate code and create your own Instagram page which is managed by a bot.

Tips:

  1. Want to integrate a database? View this file
  2. Create customized templates for your posts. You can use this as your base class to get different functionalities out of the box...
  3. Customzie caption message view this file
  4. Want to customized timing? Go here
  5. Helper Functions

Contributing

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.