Fud Sniff is a trading signal agent that sniffs real-time crypto sentiment and news to generate high-confidence signals for market action.
fudsniff/
├── backend/ # Powered by Superior Agents - Flask API, AI integration, market/news handlers
├── frontend/ # Next.js UI, sentiment dashboards
└── setup.sh # One-click local setup
Clone the repository and run the setup script:
git clone https://github.com/yourname/fudsniff.git
cd fudsniff
chmod +x setup.sh
./setup.shThis will:
- Install frontend dependencies using npm
- Set up a Python virtual environment in the backend
- Install backend dependencies from
requirements.txt
Note: Ensure Python and Node.js are installed on your system.
Create a .env file inside the backend/ directory with the following:
# Google Gemini API Key
GEMINI_API_KEY=your_api_key
# CoinGecko API Key
COINGECKO_API_KEY=your_api_key
# News API (optional - will use sample data if not provided)
NEWS_API_KEY=your_newsapi_key_here
# Flask Configuration
FLASK_ENV=development
FLASK_PORT=5000
./setup.sh # Installs frontend and backend dependencies- Frontend: localhost:3000
- Backend: localhost:5000
Make sure to add your API keys in backend/.env before running the app.
Built by AdiSuyash ⚡ • Powered by Superior Agents 💛
