Skip to content

A Simple Python Code with Selenium, Web Scraping ICC team Rankings.

License

Notifications You must be signed in to change notification settings

kaartik2611/ICC-Rankings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ICC-Rankings

Python / Selenium

A Simple Python Code with Selenium, Web Scraping ICC team Rankings.

Test Demo

Installation

Use the package manager pip to install Selenium and Tabulate (optional).

pip3 install selenium
pip3 install tabulate

You need Webdriver installed : Download Here

# Make sure to Have Webdriver extracted at a specific path and add the path
PATH = "PATH_OF_THE_DRIVER_FILE"
driver = webdriver.Chrome(PATH)

Usage

from selenium import webdriver
from selenium.webdriver import ActionChains
from tabulate import tabulate
import time

License

MIT

Releases

No releases published

Packages

No packages published

Languages