Apology Machine is a playful and innovative project developed for the "Terrible Ideas Hackathon". It uses a Raspberry Pi and wireless security techniques to hijack WiFi networks and broadcast humorous apologies. This project is intended for educational and entertainment purposes only.
- Raspberry Pi-based WiFi hijacking
- Automated apology message broadcasting
- Customizable apology messages
- Secure and controlled network access
- Raspberry Pi (Model 3B+ or newer recommended)
- WiFi module (compatible with Raspberry Pi)
- Basic knowledge of Linux and Python
- Clone the repository:
git clone https://github.com/wu-changxing/ApologyMachine.git - Navigate to the project directory:
cd ApologyMachine/backend - Install the required dependencies:
pip install -r requirements.txt uvicorn app.main:app --reload
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Distributed under the MIT License. See LICENSE for more information.