https://github.com/srivathsanp23/redbus-data-scraping-with-selenium
RedBus Data Scraping with selenium and Dynamic Filtering using Streamlit
https://github.com/srivathsanp23/redbus-data-scraping-with-selenium
data-scrape mysql pandas-dataframe python selenium-python selenium-webdriver streamlit
Last synced: 2 months ago
JSON representation
RedBus Data Scraping with selenium and Dynamic Filtering using Streamlit
- Host: GitHub
- URL: https://github.com/srivathsanp23/redbus-data-scraping-with-selenium
- Owner: SrivathsanP23
- Created: 2024-08-19T09:56:56.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-09-04T17:00:47.000Z (9 months ago)
- Last Synced: 2025-02-13T19:45:42.362Z (4 months ago)
- Topics: data-scrape, mysql, pandas-dataframe, python, selenium-python, selenium-webdriver, streamlit
- Language: Jupyter Notebook
- Homepage: https://redbus-datascraping-with-selenium.streamlit.app/
- Size: 1.44 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Install Dependencies:
Use the following command to install the packages specified in requirements.txt:
pip install -r requirements.txt
Run The Code:
Streamlit run project.py
Hint:
use XPATH for scraping as it offers many features and is flexible
yourdriver.find_elements(By.XPATH,"//div[@class='']")
Actionchains- help to simulate keyboard inputs , scrolling and other automation processes for execution





