Skip to content

Uses APIs to scrape crypto currency exchanges for trading pair data.

License

Notifications You must be signed in to change notification settings

lotek4u/new-coin-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

new-coin-scraper

This will be a collection of scripts which use APIs to scrape crypto currency exchanges for trading pair data. As I have time to work on this, I'll add more exchanges and more features.


Currently working:
kucoin.py
Uses the public market API from kucoin.com to sort and group all assets by trading pair. It then pieces those sets together into output.txt which is suitable for importing into tradingview.com

Published but not finished or really working yet:
coinbase-alerts.py
Uses the public market API from coinbase.com to gather all tradeable assets and stores them memory resident. It then sleeps X minutes and does it again, comparing the two lists. It's supposed to be able to send an alert to a discord channel when a new asset is found. it works in debug, but it doesn't actually fire off. Still need to do some debugging I guess.

About

Uses APIs to scrape crypto currency exchanges for trading pair data.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages