Welcome! This flutter app is designed to streamline and automate the registration process for this housing website that opens for a few seconds every several hours and under very heavy loads of demand (Roughly 1 Million people registered in a week).
This app solves the problem for people that aren't constantly facing their computers checking the website using AutoReload browser extensions.
- Persistent Monitoring: The bot continuously reloads the target website every few seconds, ensuring that you never miss the brief registration window.
- Visual Indication: Stay informed with real-time visual feedback each time the website reloads.
- Efficient Data Entry: Automatically fills out all necessary registration fields, excluding captcha.
- Time-Saving: Eliminate the hassle of manually entering information during the short registration periods.
- Instant Alerts: Receive a notification sound as soon as the website becomes available, allowing you to quickly complete the captcha and submit your registration.
- Seamless Browsing: Leveraging
webview_flutter
, the app provides a seamless browsing experience within the app itself. - Enhanced Performance: Enjoy smooth and responsive interactions with the target website.
- Captcha Solver Integration: Exploring ways to automate captcha solving for a fully hands-free registration process.
- Enhanced UI/UX: Continuous improvements to the user interface for a more intuitive and seamless experience.
- Error Handling: Implementing robust error handling to manage potential issues during the registration process.
- Clone the Repository:
git clone https://github.com/yourusername/website-registration-bot.git
- Install Dependencies:
cd website-registration-bot flutter pub get
- Run the app:
flutter run
- Change the informations with your corresponding infos.
We welcome contributions from the community! Feel free to open issues, submit pull requests, or provide feedback on how we can improve this project.
For questions, suggestions, or collaborations, reach out to me at:
Gmail: chouaib.sid.ubma@gmail.com LinkedIn: Chouaib SID
This work has been ispired by the open source chrome extension built by @zraymene Project Repo
The purpose of this app is to minimize the time spent on the website (auto reloading and auto filling) & lowering the rates of errors while typing. The app mimics the human actions of refreshing and input filling only. It doesn't communicate in any means with the website nor it tries to exploit any vulnerability.