https://github.com/nuzair46/simple-instagram-bot
Simple Instagram Bot Template
https://github.com/nuzair46/simple-instagram-bot
gui instagram-bot instapy
Last synced: 7 months ago
JSON representation
Simple Instagram Bot Template
- Host: GitHub
- URL: https://github.com/nuzair46/simple-instagram-bot
- Owner: Nuzair46
- License: mit
- Created: 2021-02-23T07:49:26.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-23T07:54:28.000Z (over 4 years ago)
- Last Synced: 2025-02-07T23:42:26.733Z (8 months ago)
- Topics: gui, instagram-bot, instapy
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple Instagram Bot
* Uses Python 3.8
* Use `pip install -r requirements.txt` to install packages.* Fill config.json with desired account username and password.
* You can change additional files like populate hashtags.txt and comments.txt with required tags and comments.
* You can also disable/enable some features by commenting on the code.* Requires mozilla Firefox installed on your system. Although this code wont run the GUI.
* if you want GUI, Edit line
> client = InstaPy(username=username, password=password, headless_browser=True)
>
to
> client = InstaPy(username=username, password=password)
>