Insta-Bot
Python bot using Selenium increasing Instagram Followers.
File Explorer
Download Latest Version (.zip)- bug_report.md
- feature_request.md
- CODEOWNERS
- FUNDING.yml
- pull_request_template.md
- IMG_1869.png
- IMG_1872.png
- IMG_1897.jpeg
- requirements.txt
- start.py
- .gitignore
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- LICENSE
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/Estayparadox/Insta-Bot
Downloads the entire project code from GitHub to your computer.
cd Insta-Bot
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Python 3 Python is required to use pip.
pip3 install selenium
Installs the package published on PyPI directly โ no need to clone the source.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Python
EasyPrerequisites
pip3 --version
Type this command into your terminal and run it.
pip3 install selenium
Installs the package published on PyPI directly โ no need to clone the source.
pip3 install -r src/requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
