Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ribbinpo/mining-mine-bot

MVP for bot detection
https://github.com/ribbinpo/mining-mine-bot

clean-architecture cronjob fiber golang mvp

Last synced: about 14 hours ago
JSON representation

MVP for bot detection

Awesome Lists containing this project

README

        

# Mining Mine Bot

### API Docs (Postman)
[Download](https://drive.google.com/file/d/1ESaU7xDPjhuu9WuHxN5XRg6B41ougTWG/view?usp=sharing)

## Overview
 Mining Mine Bot is a web service developed in Golang using the Fiber framework. It provides APIs for data fetching, storage, visualization, and analysis of cryptocurrency prices, specifically focusing on tokens traded on the P2P Binance exchange. The project utilizes cron jobs to periodically fetch price data, which is then stored in a database. Clients can access this data via the REST API to perform various tasks such as retrieving data, finding the best prices, and potentially implementing machine learning algorithms for further analysis.
## Features
- Periodic data fetching using cron jobs
- Storage of cryptocurrency price data in a database
- REST API for accessing and retrieving data
- Ability to find the best prices for tokens
- Potential for implementing machine learning algorithms for analysis (future feature)