Skip to content

A Python CLI agent powered by Fireworks AI (Dobby LLaMA 3 70B), combining real-time web scraping, CoinGecko market data, and uncensored AI responses in Indonesian or English. Designed for deep crypto research, insights, and sentiment extraction.

License

Notifications You must be signed in to change notification settings

diter89/GsentiShell-tester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ€– DobbySearch - Crypto CLI

DobbySearch is a Python-based intelligent CLI agent designed to search and analyze information related to the crypto world β€” combining live data from CoinGecko, real-time web results, and powerful AI explanations in either English or Indonesian.


✨ Features

  • πŸ” Web Search Integration: Fetch up to 10 real-time results using DuckDuckGo.
  • πŸ’° Crypto Market Data: Get token prices, market cap, volume, and 24h changes via CoinGecko.
  • 🧠 AI Prompt Analyzer: Generate concise or detailed AI explanations on crypto topics.
  • 🌐 Multi-language Output: Available in English (en) or Indonesian (id).
  • πŸ” Site Lock (Optional): Filter or lock to specific news sources.
  • πŸ€– Fireworks AI Integration: Uses the dobby-unhinged-llama-3-70b-new model via Fireworks API for rich, uncensored responses.

πŸš€ How to Use

πŸ“Œ Basic CLI Command

python3 dobbySearch \
  --prompt "nillion" \
  --web true \
  --gecko true \
  --countsearch 10 \
  --mode detail \
  --lang en

βš™οΈ CLI Options

Argument	Description
--prompt	Topic to search and analyze (required)
--web	Enable web search: true or false
--gecko	Include market data from CoinGecko: true or false
--countsearch	Number of web search results to return (default: 5–10)
--locksitus	Restrict results to specific domains (optional)
--mode	AI response style: ringkas (concise) or detail
--crypto	Enable crypto-specific mode (optional)
--lang	Output language: id (Indonesian) or en (English)

πŸ” Setting Up Fireworks API Key This tool requires a Fireworks AI API key to generate AI responses. The model used is:

sentientfoundation/models/dobby-unhinged-llama-3-70b-new

πŸ”Έ How to Configure

  1. Export via terminal:
export FIREWORKS_API_KEY="your_api_key_here"
  1. Or create a .env file:
FIREWORKS_API_KEY=your_api_key_here

example:

Screenshot_2025-07-08_00-25-25

About

A Python CLI agent powered by Fireworks AI (Dobby LLaMA 3 70B), combining real-time web scraping, CoinGecko market data, and uncensored AI responses in Indonesian or English. Designed for deep crypto research, insights, and sentiment extraction.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages