Skip to content

SinonApp/ProjectEve

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

project_eve

Description

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.

Installation

Requirements

  • Python 3.10 or higher
  • requests

Installation

pip install project_eve <- Not worked yet

Usage

Arguments

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

Examples

python3 -m project_eve -h # Help
python3 -m project_eve -e binance # Get tickers from binance
python3 -m project_eve -l # List all exchanges

License

MIT

Contributing

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.

Authors

Acknowledgements

  • @JonNash495 - For the idea and the help with the code
  • @ran_mao - For the idea and the help with the code

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages