{"id":15906017,"url":"https://github.com/lizzzcai/bbdc-booking-bot","last_synced_at":"2025-08-01T19:31:45.395Z","repository":{"id":164241026,"uuid":"414235827","full_name":"lizzzcai/bbdc-booking-bot","owner":"lizzzcai","description":"Bot to check the available slots in BBDC, and send a notification to your phone.","archived":false,"fork":false,"pushed_at":"2023-04-10T04:14:23.000Z","size":117,"stargazers_count":9,"open_issues_count":0,"forks_count":6,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-03T20:37:18.436Z","etag":null,"topics":["bbdc","driving","singapore","telegram-bot"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lizzzcai.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-10-06T14:02:48.000Z","updated_at":"2024-09-12T02:20:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"6cc5ad9a-4e74-4ac9-b8fc-317c6132b92d","html_url":"https://github.com/lizzzcai/bbdc-booking-bot","commit_stats":{"total_commits":3,"total_committers":1,"mean_commits":3.0,"dds":0.0,"last_synced_commit":"59a976d6663fd4744d921885b04035673eb5cf4a"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lizzzcai/bbdc-booking-bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lizzzcai%2Fbbdc-booking-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lizzzcai%2Fbbdc-booking-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lizzzcai%2Fbbdc-booking-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lizzzcai%2Fbbdc-booking-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lizzzcai","download_url":"https://codeload.github.com/lizzzcai/bbdc-booking-bot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lizzzcai%2Fbbdc-booking-bot/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268285811,"owners_count":24225798,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-01T02:00:08.611Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bbdc","driving","singapore","telegram-bot"],"created_at":"2024-10-06T13:20:33.812Z","updated_at":"2025-08-01T19:31:44.942Z","avatar_url":"https://github.com/lizzzcai.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BBDC-Booking-Bot\nProgram help to check the available slots in BBDC (Bukit Batok Driving Centre), and send notification to your phone by Telegram bot.\n\n![alt text](banner.jpeg\n \"banner\")\n\n# Note\n* **2023 April**: The program is not working with the [new BBDC page](https://booking.bbdc.sg/) (find details [here](https://github.com/lizzzcai/bbdc-booking-bot/issues/1#issuecomment-1501359385))\n\n# Prerequisites\n* Python3\n* [Docker](https://docs.docker.com/get-docker/) (headless Chrome)\n* [Telegram Bot](https://t.me/botfather)\n\n# Setup\n## Pull docker image of Chrome\n```sh\n$ docker pull selenium/standalone-chrome:94.0\n```\n\n## Clone the repo\n```sh\n$ git clone https://github.com/lizzzcai/bbdc-booking-bot.git\n$ cd bbdc-booking-bot\n```\n## Create virtual environment and source the environment\n```sh\n# create virtual environment\n$ python3 -m venv env\n# activate the environment\n$ source env/bin/activate\n```\n\n## Install dependencies\n```sh\n$ pip install -r requirement.txt\n```\n\n## Create your telegram bot\nFollow this [post](https://dev.to/rizkyrajitha/get-notifications-with-telegram-bot-537l) to create your telegram bot\n\n## Fill in your information\nplease fill in the followings in the `config.yaml`\n* `Interval` of checking the slots (example: every 5 mins)\n* BBDC `username` and `password`\n* Your wanted `sessions`\n* Telegram Bot `token` and `chat_id`\n\n# Run the program\n## Launch Chrome container\n```sh\n$ docker run --rm -d -p 4444:4444 --shm-size=2g selenium/standalone-chrome:94.0\n```\n## Run the program\n```sh\n$ python3 main.py\n```\n\n# Reference\n* https://github.com/rohit0718/BBDC-Bot\n* https://github.com/weimingwill/bbdc-booking\n* https://core.telegram.org/bots\n* https://dev.to/rizkyrajitha/get-notifications-with-telegram-bot-537l","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flizzzcai%2Fbbdc-booking-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flizzzcai%2Fbbdc-booking-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flizzzcai%2Fbbdc-booking-bot/lists"}