Skip to content

Tzeusy/badminton_court_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

Built because I'm lazy to check for badminton court availability one by one from the OnePA website. Built in a day, and subject to consistency of OnePA's website structure (works via webscraping).

Dependencies

Install python dependencies as follows:

python-telegram-bot
requests
beautifulsoup

Setup

Create a credentials.json file in the base directory, containing your telegram key under the telegram_key key. For example,

{
    "telegram_key": "123456:abcdef"
}

Usage

Run python3 tele_interface.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages