Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

0xWerz/IG-Creator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

probably it have a lot of bugs...

Configurations

  • run pip install -r requirements.txt

Download the browserdriver:

Set the driver in path

  • open main.py
42       driver = webdriver.Chrome('Chrome driver path here')
50       driver = webdriver.Firefox(firefox_profile=profile, executable_path=r"Gecko driver path here")

⬇️ Installation

$ git clone https://github.com/0xWerz/IG-Creator.git
$ cd IG-Creator
$ python3 -m pip install -r requirements.txt

📈 Usage

$ python3 main.py --help
 usage: main.py [-h] (--firefox | --chrome)

 options:
  -h, --help  show this help message and exit
  --firefox   Use Firefox - geckodriver
  --chrome    Use Chrome - chromedriver

🖊️ Example

$ python3 main.py --chrome