https://github.com/mathisburger/badminton-bot
A webautomation bot to automatically sign up for weekly badminton course at my local university
https://github.com/mathisburger/badminton-bot
Last synced: about 2 months ago
JSON representation
A webautomation bot to automatically sign up for weekly badminton course at my local university
- Host: GitHub
- URL: https://github.com/mathisburger/badminton-bot
- Owner: MathisBurger
- Created: 2025-01-01T22:37:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-13T14:20:27.000Z (over 1 year ago)
- Last Synced: 2025-01-13T14:25:46.648Z (over 1 year ago)
- Language: Rust
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Badminton Bot
This is a simple web automation app that allows you to automatically register for your university's badminton courses. By providing your university credentials (username, password) and the course ID, the app will periodically attempt to register you for the selected course.
---
## Features
- **Automated Registration**: Automatically sign up for the badminton course by using your university login credentials and course ID.
- **Periodic Attempts**: The app periodically checks if the course registration is open and attempts to sign you up.
- **Customizable**: You can easily modify the username, password, and course ID to register for different courses.
---