Skip to content

GUI app which fetches/scraps stock data from google card

License

Notifications You must be signed in to change notification settings

vishakhg98/Stock-Scrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stock Scrapper

Stock Scrapper is a GUI application to scrap/fetch stock data from google cards and display it on your GUI app.

Technologies

Project is created with:

  • Python 3.9
  • OOPS Concept.
  • Tkinter(tk) module for GUI.
  • Beautifulsoup4 and Requests external modules for Fetching/Scrapping data from google.

Installation

  1. Download the project to your Device using one of the ways listed below

    1. Clone the repo: git clone https://github.com/vishakhg98/Stock-Scrapper.git
    2. Download Zip using : Download
  2. (Optional) If want to use virtual environment:

     venv\Scripts\activate
    
  3. Use the package manager pip to download the necessary modules using one of the ways listed below.

    1. To install all necessary modules

        pip install -r requirements.txt
      
    2. To install individually

        pip install beautifulsoup4==4.9.3
        pip install requests==2.24.0
      

How To Run

(Optional) Use virtual Environment.

Run stock_scrapper.py file.

venv\Scripts\activate
python3 stock_scrapper.py

Screenshots 📸

Reliance Google

for more screenshots visit Screenshots folder in the main branch.

Bugs

None, if found any bugs please open an issue.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

GNU GPLv3

About

GUI app which fetches/scraps stock data from google card

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages