Skip to content

TheRealChrisWilliams/PyScrape

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PyScrape

This script uses the requests and BeautifulSoup libraries to scrape stock prices in India and displays all stocks in a certain price range. Additionally, the script uses Tkinter and threading. This adds a user-friendly GUI along with multithreading. This improves response times and allows the user to change the parameters while the scraping thread retrieves the information.

Requirements

  • Python 3.x
  • requests
  • bs4
  • Tkinter

Usage

  1. Clone or download the repository
  2. Install the required libraries by running pip install -r requirements.txt
  3. Run the script by using the command python scraper.py

About

This is a simple site scraper built using Python. It scrapes a site for stock prices, targets and company names and displays the information as required. I will be adding more functionality soon.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages