A parser for cryptocurrency exchange APIs to get all tickers is a software tool designed to extract and process ticker data from the APIs of various cryptocurrency exchanges. Tickers refer to the latest market prices and trading information for different cryptocurrencies.
- Python 3.10 or higher
- requests
pip install project_eve <- Not worked yet
usage: eve.py [-h] [-e EXCHANGE] [-l]
Parser for Binance and Bybit
options:
-h, --help show this help message and exit
-e EXCHANGE, --exchange EXCHANGE
Exchange name
-l, --list List of exchanges
python3 -m project_eve -h # Help
python3 -m project_eve -e binance # Get tickers from binance
python3 -m project_eve -l # List all exchanges
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
- @JonNash495 - For the idea and the help with the code
- @ran_mao - For the idea and the help with the code