Skip to content

diiviij/Selenium-Python-New-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

selenium 4.5.0

python logo python logo

To Install the Selenium PyPI, Please follow the steps below:

###

1) open cmd
2) type "pip install -U selenium" (If you have pip on your system)
3)Alternately, you can download the source distribution from PyPI (e.g. selenium-4.5.0.tar.gz), unarchive it, and run
python setup.py install

#Drivers

Selenium requires a driver to interface with the chosen browser. Firefox, for example, requires geckodriver, which needs to be installed before the below examples can be run. Make sure it’s in your PATH, e. g., place it in /usr/bin or /usr/local/bin.

Browser Link
Chrome: https://chromedriver.chromium.org/downloads
Edge: https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/
Firefox: https://github.com/mozilla/geckodriver/releases
Safari: https://webkit.org/blog/6900/webdriver-support-in-safari-10/

Instagram-Follower-Scraper

Direct View<

instagram-follower-scraper

This python script can automatically scrape other Instagram users' followers and save them in a text file. Fixed and updated version so it works at today

How to use:

  1. Install requirements using terminal or command line. You should run this command pip install -r requirements.txt.
  2. Create a .env file in the current directory and add ig username and password as explained in the first comment in run.py
  3. Open a terminal or cmd again and run the bot using this command: python run.py.
  4. Enter the username of the person whose followers you want to scrape.
  5. Enter how many followers you want to scrape.
  6. And that's it. After a while, you will find the list of usernames in a text file in the bot folder.

About

selenium 4.5.0

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages