GitDeployHub

afspies/homehunt

github.com/afspies/homehunt ↗
Python
7 environment variables found in .env.example

Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.

  • FIRECRAWL_API_KEY secret Fire Crawl API (for web scraping)
  • TRAVELTIME_APP_ID TravelTime API (free tier: 10k requests/day)
  • TRAVELTIME_API_KEY secret
  • TELEGRAM_TOKEN secret Telegram Bot (optional, for alerts)
  • TELEGRAM_CHAT_ID
  • GOOGLE_SHEETS_CREDS_PATH Google Sheets (optional, for export)
  • GOOGLE_SHEETS_SPREADSHEET_ID
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/afspies/homehunt
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/afspies/homehunt
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/afspies/homehunt
Or deploy to a different host
← Try another repo