13 stable releases

1.0.12 Aug 14, 2023
1.0.11 Oct 31, 2022
1.0.10 Aug 22, 2022
1.0.8 Jul 8, 2022
1.0.3 Nov 23, 2021

#86 in #cryptocurrency

Download history 9/week @ 2023-12-18 15/week @ 2023-12-25 8/week @ 2024-02-19 70/week @ 2024-02-26 12/week @ 2024-03-04 13/week @ 2024-03-11 14/week @ 2024-03-18 23/week @ 2024-03-25

67 downloads per month
Used in 5 crates (4 directly)

Apache-2.0

33KB
911 lines

crypto-crawler-rs

Discord

A rock-solid cryprocurrency crawler.

Quickstart

Use the carbonbot binary to crawl data.

If you need more control and customization, use this library.

Architecture

  • crypto-crawler is the crawler library to crawl websocket and restful messages from exchanges
  • carbonbot is the main CLI tool to run crawlers.
  • crypto-ws-client is the underlying websocket client library, providing a set of universal APIs for different exchanges.
  • crypto-rest-client is the underlying RESTful client library, providing universal APIs to get public data from different exchanges.
  • crypto-markets is a RESTful library to retreive market meta data from cryptocurrency echanges.
  • crypto-client is a RESTful client library to place and cancel orders.
  • Support multiple languages. Some libraries support multiple languages, which is achieved by first providing a FFI binding, then a languge specific wrapper. For example, crypto-crawler provides a C-style FFI binding first, and then provides a Python wrapper and a C++ wrapper based on the FFI binding.

How to parse raw messages

Use the crypto-msg-parser library to parse raw messages.

Crawlers should always preserve the original data without any parsing.

Dependencies

~0.7–1.5MB
~33K SLoC