Botagram is a Python script that automates interactions on Instagram using the Selenium library. With Botagram, you can log in to your Instagram account and like all the posts on a given profile.
- Python 3.10+
- Selenium
- Firefox web browser
- Clone the repository
git clone https://github.com/vilquid/Botagram.git
- Install the required dependencies. You can use pip to install the dependencies listed in the requirements.txt file :
pip install -r requirements.txt
- Download the GeckoDriver executable for Firefox (maybe you don't need it)
- Extract the GeckoDriver executable and place it in the same directory as the Botagram script.
-
Open the Botagram.py file in a text editor.
-
Replace the following placeholders with your Instagram account credentials and the profile URL you want to interact with :
- username: Your Instagram username
- password: Your Instagram password
- profile_url: URL of the profile you want to interact with
Save the changes to the Botagram.py file.
Run the Botagram script.
The script will open a Firefox browser in private mode, log in to the given Instagram account and like all the posts on the specified profile.
Sit back and let Botagram automate the interactions for you!
Botagram is intended for educational purposes only. Please use this script responsibly and respect Instagram's terms of service. The developers of Botagram are not responsible for any misuse or violations.