Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/noe-favier/skyblock_trading_tool

S2T
https://github.com/noe-favier/skyblock_trading_tool

Last synced: 4 days ago
JSON representation

S2T

Awesome Lists containing this project

README

        

# Skyblock Trading Tool (S2T)

This project aims to populate a database with auction items retrieved from an external API. The code periodically fetches auction data and inserts new items into a PostgreSQL database.

then, we'll create diagrams, and analysis tools based on this large amount of data.

## Setup and run project

in first place, fill the `.env` file with your own values.

> `cp .env.example .env`

then, you can use the docker-compose file to run the project with :

```bash
docker-compose -p skyblock-tt up -d
```

Otherwise, you can run the project manually,
a manual tuto can be found in [./manual-project-setup.md](./manual-project-setup.md)