An Instagram toolkit which consists of:
-
Tag-based spammer(Spams posts of #tag)
-
Profile spammer(Spams the posts of a profile)
-
DP Downloader(Downloads DP of the specified username in the best quality possible)
python 3.7
A Terminal of course xD
Before running the script you need these packages installed.
Modules |
---|
selenium-webdriver |
request |
pyfiglet |
pyautogui |
pyinquirer |
bs4 |
git clone https://github.com/th3-ma3stro/ig-tools.git
cd ig-tools
pip install -r requirements.txt
python setup.py
Download chromedriver for your os from here
chromedriver
should be in PATH, else mention the location of chromedriver
For example
driver = driver.Chrome(executable_path=r'''/path/to/chromedriver''') [for linux]
driver = driver.Chrome(r'''\path\to\chromedriver''')[for windows]