Rare find

Trading Bot. A Telegram bot that watches crypto prices and lets you trade from your phone.

github.com/wachawo/trading-bot

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

November 2025
  • Update dockerfile
  • Add docker files to run the project in container
  • Add a directory for data
  • Merge pull request #3 from debugger-engineer/feature/enhance_api_call
  • bug fix rate limits
  • Merge pull request #2 from debugger-engineer/feature/enhance_api_call
  • Add api rate limites to market_data_hourly_load.py
  • refactor: Simplify to a single, unified process
  • Merge pull request #1 from debugger-engineer/fix/rate-limiting
  • Fix: Add delay in the api calling for function to call_coingecko_api …
  • Feat: Add class CheckMarketsHourly
  • Feat: Add telegram_bot.py to handle alerts message when token oversold
  • Add functions.py
  • Bug fix def calculate_rsi
  • Feat. Add def calculate_rsi
October 2025
  • Update project-plan.md and requirements.txt
  • Feat: Add function call_coingecko_api
  • Feat: main.py with the draft calling to Coingecko API
September 2025
  • Feat: Function get_token_historical_price for the langGraph agent
August 2025
  • Add register_user.py for the registration process