| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
InstaQuoteBot is a Python script designed to automate the process of generating and posting quote images to Instagram. It utilizes the InstaBot Python module to handle Instagram interactions. The script prompts the user to log in, fetches quotes and authors from an API, generates images using two different templates in an alternating fashion, and finally posts them to Instagram with default captions and hashtags.
codeterrayt-InstaQuoteBot-Demo.mp4Clone this repository:
https://github.com/codeterrayt/InstaQuoteBot.gitNavigate to the project directory:
cd InstaQuoteBotInstall dependencies: To use the InstaQuoteBot script, you need to ensure that you have the following dependencies installed:
pip install instabot requests pillow numpyRun the Script
python main.pyImage Templates: Replace the template files in the templates directory with your desired image templates. Ensure that the templates are appropriately sized and formatted. You can modify the templates directly from the code by editing the GeneateImage.py.
Default Caption and Hashtags: Modify the default caption and hashtags in the script to suit your preferences. You can find these in the script and adjust them accordingly.
Contributions are welcome! If you'd like to add new features, improve existing ones, or fix any issues, feel free to submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.
| Back | FazBrowse Home | New Git URL |