Skip to content

This program written in Python enables the user to analyze based on the market cap the new tokens that are upload everyday on CoinMarketCap .

Notifications You must be signed in to change notification settings

BoredNerd/CoinMarketCap-scraper-new-tokens

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

CoinMarketCap-scraper-new-tokens

This program written in Python enables the user to analyze based on the market cap the new tokens that are upload everyday on CoinMarketCap . When the user starts the program, it will automatically generate a folder called "token_history" and creates inside it a file excel with a pie chart based on the market cap.
Only tokens which have a Market Cap lower than 1 Million will be added on Excel, in this way it reduces significantly the number of tokens scam.

Screenshot 2022-11-23 024316

Requirements:

  • Excel installed
  • module openpyxl installed
  • module bs4 installed
  • module lxml installed
  • module requests installed

About

This program written in Python enables the user to analyze based on the market cap the new tokens that are upload everyday on CoinMarketCap .

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages