FoodPilot is an automation tool that helps students of Bu-Ali Sina University automatically reserve meals without the hassle of manual booking. Built with Go 1.24, it’s lightweight, fast, and easy to run both locally and in containers.
- Automatic reservation of daily meals
- Scheduled booking at the right time
- Secure login with university credentials
- Docker-ready for quick deployment
- Built with modern Go 1.24 concurrency
- Language: Go 1.24
- Containerization: Docker
- CI/CD: GitHub Actions (for build and image publishing)
Clone the repository:
git clone https://github.com/<your-username>/foodpilot.git
cd foodpilotBuild the project:
go build -o foodpilot ./...
Run:
./foodpilot
You can learn how to use This Readme
Contributions are welcome!
Fork the repo
- Create your feature branch: git checkout -b feature/my-feature
- Commit changes: git commit -m 'Add my feature'
- Push to the branch: git push origin feature/my-feature
- Open a Pull Request
This project is licensed under the MIT License.