This Django-based web application allows users to download data from crypto exchanges and convert it to convenient CSV and Excel formats.
- Connects to popular crypto exchanges using APIs to retrieve user data
- Supports multiple exchanges including Binance, Kraken and Bybit
- Provides the ability to filter and download data based on various criteria including date range and asset type
- Supports the conversion of data to CSV and Excel formats for easy analysis and manipulation
- Docker
- Docker Compose
- Clone the repository
- Create a
.env
file in the root directory and set the required environment variables as shown in.env.example
- Run
./run up
to build and start the containers - Open the web application in your web browser at
http://localhost:3000
- Connect your exchange API to the application by providing the required API keys and permissions
- Select the exchange and data criteria to download data from
- Download the data in CSV or XSLX format
- Analyze and manipulate the data as needed
This project is licensed under the MIT License.