Skip to content

📚A small RESTful API for retrieving historical crypto market information.

License

Notifications You must be signed in to change notification settings

Waultics/CryptoBook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


A RESTful API project that allows easy gathering of historical and live cryptocurrency data with ease. To be utilized as a microservice for larger projects.


Documentation

Documentation can be found at the following link.


Requirements


Installation

Latest development version can be installed straight from Github.

$ pip install -U git+https://github.com/Waultics/CryptoBook.git
$ cd CryptoBook
$ python CryptoBook/api.py

It is recommended, however, to utilize Docker to run CryptoBook.

$ docker build -t cryptobook .
$ docker run -p 9900:9900 -t cryptobook

Using Proxies

To use proxies with CryptoBook it is recommended to use Frontman, which wraps ProxyBroker in a customizable docker container. ProxyBroker allows the creation of a local proxy server that routes internet traffic through filtered and working proxies. You will then have to create a docker-compose.yml file to set the http_proxy and https_proxy environment variables for CryptoBook, and link each container (further instructions in the Frontman repo).


Contributing

  • Fork it: https://github.com/Waultics/CryptoBook/fork
  • Create your feature branch: git checkout -b my-new-feature
  • Commit your changes: git commit -am 'Add some feature'
  • Push to the branch: git push origin my-new-feature
  • Submit a pull request!

License

Licensed under the MIT License.

About

📚A small RESTful API for retrieving historical crypto market information.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages