Script used to visit all the profiles resulting from a search.
- Python 3
- Chrome or Chromium
- ChromeDriver
- Clone this repository
- Install dependencies
$ pip install -r requirements.txt
- Download ChromeDriver in root project directory and unzip it (Take the version corresponding to your installed Chrome/Chromium)
- Change
email
,password
andsearchs
values in main.py - (Optionnal) You can add profile(s) link(s) in
exclude_profiles_links
if you don't want to let the script visit specific profiles - Run the script !
$ python3 main.py
- Enjoy 🎉