Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 583 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 583 Bytes

SurflineTelegramBot

Telegram bot for Surfline surf forecast updates

A Telethon bot that allows users to register for daily surf forecasting updates for a specific spot, retrieved from surfline.com's api. They can set a minimum surf height as a threshold for the notifications.

  • install dependencies pip install -r requirements.txt
  • register the bot and set the api id, api hash, and bot token in .env (see env_sample)
  • run the bot python app.py