StephanAkkerman / fintwit-bot

FinTwit-Bot is a Discord bot designed to track and analyze financial markets by pulling data from platforms like Twitter, Reddit, and Binance. It features customizable tools for sentiment analysis, market trends, and portfolio tracking to help traders stay informed and make data-driven decisions.
http://akkerman.ai/fintwit-bot/
MIT License
63 stars 14 forks source link

Scrape CoinGecko trending using html instead of API #214

Closed StephanAkkerman closed 2 years ago

StephanAkkerman commented 2 years ago

Stupid rate limits, scrape https://www.coingecko.com/en/watchlists/trending-crypto instead

StephanAkkerman commented 2 years ago

Use the same method as for sentiment.py, using get html request and getting the useful information from the table.