Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 812 Bytes

File metadata and controls

28 lines (23 loc) · 812 Bytes

🚀 FIXIT API - PRODUCTION SERVICE

LIVE PRODUCTION SERVICE

File: working_api_with_rate_limiting.py Port: 5001 Public URL: https://fixitapi.built-simple.ai/ Database: 83GB with 18.5M+ Stack Overflow solutions

HOW TO START/RESTART SERVICE

cd /var/www/talon-api
python3 working_api_with_rate_limiting.py

FEATURES

  • 18.5M+ Stack Overflow solutions
  • Rate limiting: 100 free searches/day
  • Pro tier: 9/month for 10k searches/day
  • Full-text search with SQLite FTS5
  • HTML web interface + JSON API

ARCHIVE

  • archive/old-apis-NOT-PRODUCTION/ - Old API versions (DO NOT USE)
  • archive/backups-NOT-PRODUCTION/ - Backup files (DO NOT USE)
  • archive/old-tests-NOT-PRODUCTION/ - Test files (DO NOT USE)

IMPORTANT

Only use working_api_with_rate_limiting.py for production!