Skip to content

ariajafari369/Crypto-Data-Scraping-BeautifulSoup-Requests

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Web Scraping Crypto Data

This is my first web-scraping project using bs4(BeautifulSoup library).

I use requests module, to send an API request to https://coinmarketcap.com/ and grab some information (currencyName, price, volume(24h)) from it and make a sqlite database.

redLine

At first, run the file "main.py". then two files will be created. the first one is a sqlite3 database and the second file is "display.py" which uses tkinter and ttk to display the database in a graphical table.

display.py ↓↓

Screenshot (136)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%