Skip to content

Latest commit

 

History

History
72 lines (49 loc) · 1.96 KB

README.md

File metadata and controls

72 lines (49 loc) · 1.96 KB

Solana-Telegram-Ping-Bot

PingBot is a friendly Telegram bot that monitors Solana tokens, sending quick alerts to your group. Stay in the loop with PingBot by your side!

Working Demo

Ping Bot

Developer quick start 👩‍💻

python -m pingbot will launch the bot locally

Configuration 🔧

First, install the dependencies: pip install -r requirements.txt python -m pingbot

For the bot to run, it needs these variables, laid out in the .env.example file

Running App

  1. Fork https://github.com/debugtitan/buybot.git repository into your own namespace such as your_username/buybot.

  2. Clone your project locally:

git clone https://github.com/debugtitan/buybot.git 
cd buybot
  1. Create and activate your venv Read More about venv

  2. Installed required packages used in this app

pip install -r requirements.txt
  1. Setup env variables required

  2. Run Application

python -m pingbot

Todo Tasks

  • Setup Application Codebase
  • Integration of django ORM
  • Implementation of Python Telegram Bot Wrapper
  • Building PingBot Solana Client
  • Fetch Token Info
  • Fetch Token Liquidty Pool Address
  • Fetch Token Liquidity Pool Events
  • Create Admin Panel
    • min buy alert
    • min sell alert
    • steps emoji setup
    • pause alerts
    • delete token from database
  • Implement Decorator
    • only bot super admin can make changes

feel free to open pull request for new contribution