btce-api
Python wrapper around the public and trading APIs of BTC-e.com
File Explorer
Download Latest Version (.zip)- __init__.py
- common.py
- keyhandler.py
- public.py
- scraping.py
- trade.py
- cancel-orders.py
- compute-account-value.py
- place-order.py
- print-account-info.py
- print-trans-history.py
- show-api-info.py
- show-chat.py
- show-depth.py
- show-history.py
- show-tickers.py
- watch.py
- test_common.py
- test_keyhandler.py
- test_public.py
- test_scraping.py
- test_trade.py
- .coveragerc
- .coveralls.yml
- .gitignore
- .travis.yml
- LICENSE.TXT
- README.md
- setup.py
# Installation Guide
1. Get the code
git clone https://github.com/CodeReclaimers/btce-api
Downloads the entire project code from GitHub to your computer.
cd btce-api
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pip install .
Installs the package published on PyPI directly β no need to clone the source.
python <μ€νν νμΌλͺ
>.py # READMEμμ μ νν μ€ν νμΌλͺ
μ νμΈνμΈμ
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
// repository documentation
Was this content helpful?
(0 ratings)
