Mobile-friendly dashboard that finds, scores, and tracks Fiverr buyer requests you can actually deliver.
cd ~/fiverr-dashboard
./setup.sh
python3 api.pyThen open index.html in your browser or deploy to GitHub Pages for mobile access.
- Monitors buyer requests across 6 categories you can deliver
- Scores each job 0-100 (budget + clarity + effort)
- Generates custom proposal templates
- Filters by budget and category
- Tracks potential revenue
-
Create repo: https://github.com/new
- Name:
fiverr-dashboard - Public
- Name:
-
Push code:
cd ~/fiverr-dashboard
git remote add origin https://github.com/YOUR-USERNAME/fiverr-dashboard.git
git branch -M main
git push -u origin main-
Enable Pages:
- Settings → Pages
- Source:
mainbranch,/root
-
Access from phone:
https://YOUR-USERNAME.github.io/fiverr-dashboard/
The dashboard works with mock data out of the box. For live Fiverr data:
Option 1: ScraperAPI (Recommended)
- Get key: https://www.scraperapi.com
- Set in
api.py:config['scraper_api_key'] = 'YOUR_KEY'
Option 2: Manual Integration
- Export buyer requests from Fiverr as JSON
- Replace mock data in
api.py
Jobs we can actually deliver:
- Website Development - landing pages, portfolios
- Web Scraping - data extraction, automation
- Content Writing - blogs, product descriptions
- Data & Research - market research, data entry
- Graphics Design - logos, social media graphics
- API Integration - webhooks, automation
Jobs scored 0-100 based on:
- Budget (40pts): €150+ = full points
- Clarity (30pts): Clear requirements = higher score
- Effort (30pts): Quick wins score higher
Target: 70+ score jobs for best ROI
- Dashboard shows top scored jobs
- Click "View Proposal Template"
- Customize proposal in Fiverr
- Track which jobs you applied to
- Deliver work with AI assistance
index.html- Mobile dashboard (works offline)api.py- Flask API serverscraper.py- Job scoring and processingsetup.sh- One-command installation
- Target 70+ score jobs first
- Respond within 1-2 hours of posting
- Quality > quantity (3-5 proposals/day)
- Use proposal templates as starting points
- Let AI help deliver the actual work
- Currently uses mock data (5 example jobs)
- Real scraping requires Fiverr login or ScraperAPI
- Automated bidding not recommended (ToS violation)
- This is a research/filtering tool, not a bot