Skip to content

adisuyash/fudsniff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo Fud Sniff

Fud Sniff is a trading signal agent that sniffs real-time crypto sentiment and news to generate high-confidence signals for market action.

Fud Sniff Banner

Project Structure

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

How to Setup

Clone the repository and run the setup script:

git clone https://github.com/yourname/fudsniff.git
cd fudsniff
chmod +x setup.sh
./setup.sh

This 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.

Environment Variables

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

Scripts

./setup.sh    # Installs frontend and backend dependencies

Local Development

Make sure to add your API keys in backend/.env before running the app.

Additional Info

Built by AdiSuyash ⚡ • Powered by Superior Agents 💛

About

Fud Sniff is an AI signal agent that monitors real-time crypto chatter, news, and market data to generate high-confidence trading signals.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors