GarlicoinForum / GoldenBot

Discord bot that shows various rates between FIAT/CRYPTOS and GRLC from CoinMarketCap API
GNU General Public License v3.0
4 stars 1 forks source link

Implement "!exchanges" #1

Closed trishmapow closed 6 years ago

trishmapow commented 6 years ago

I tried to implement the exchanges feature, it requires two modules (BeautifulSoup4 and tabulate) and scrapes from CoinMarketCap Markets table.

JasonG-FR commented 6 years ago

Didn't know about tabulate, thanks! Code looks nice :)