Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ribbinpo/mining-mine-bot
- Owner: ribbinpo
- Created: 2024-04-12T15:19:15.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-05T15:42:11.000Z (5 months ago)
- Last Synced: 2024-07-05T20:51:52.211Z (5 months ago)
- Topics: clean-architecture, cronjob, fiber, golang, mvp
- Language: Go
- Homepage: https://mining-mine.0xteerawut.me
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)