You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clear risk assessment (Safe/Scam) with news impact factor
Telegram-friendly formatting with emoji visualization
📊 ML Risk Scoring
XGBoost model with news features
Binary classification (scam/not_scam)
Dynamic weight adjustment based on news
Confidence scoring system
🛠 Updated Technical Implementation
graph TD
A[User Request] --> B[Telegram Bot]
B --> C{Input Type}
C -->|Contract Address| D[Blockchain Analysis]
C -->|Token Symbol| E[Market Data Lookup]
D --> F[Feature Extraction]
E --> F
F --> G[News Aggregation]
G --> H[LLM Sentiment Analysis]
F --> I[ML Risk Scoring]
H --> I
F --> J[Gemini Report Generation]
I --> J
J --> K[Final Report]
K --> L[User Delivery]
Loading
📦 Installation
Clone the repository:
git clone https://github.com/vaskers5/crypto_token_fraud_analyzer
cd crypto_token_fraud_analyzer
Install dependencies:
pip install -r requirements.txt
Set up environment variables:
cp .env.example .env
# Fill in your API keys
Run the bot:
python main.py
🌟 Project Highlights
Academic Innovations
Multi-modal analysis combining technical, market and news data