You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve README: enhance clarity, add donations section, and refine documentation
- Improved disclaimer and important notice sections for better professionalism
- Added Quick Start section for easier onboarding
- Added Support This Project section with KenTom donations link
- Fixed installation steps with better formatting and structure
- Reorganized deprecated features section with clearer explanation
- Enhanced legal disclaimer with comprehensive warnings
- Fixed typo: "How It Should Work Works" → "How It Works"
- Updated table of contents to include all sections
- Improved overall readability and consistency throughout the document
Copy file name to clipboardExpand all lines: ReadMe.md
+79-38Lines changed: 79 additions & 38 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,29 +1,45 @@
1
1
# Aviator Betting Bot
2
2
3
-
## ⚠️ Disclaimer
3
+
## ⚠️ Important Notice
4
4
5
-
Please dont message me requesting me to create a bot for free or requesting me to help you configure the bot, Im am normally very busy and I made this opensource for you guys to help me develop it, not me to help you!!
5
+
Please note: This project is open source and intended for community collaboration. I'm unable to provide free bot creation services or individual configuration support due to time constraints. This repository is meant for developers to contribute and learn together.
An intelligent automation tool for the Aviator game, leveraging Node.js, Puppeteer, and advanced betting strategies. This bot automates the betting process while implementing smart risk management and real-time analytics.
If you wish to make modification proceed to the next step
76
94
77
-
3. Set up configuration:
78
-
```md
79
-
# Edit config.js with your preferred settings
80
-
```
95
+
4.**Configure (Optional):**
96
+
97
+
If you wish to make modifications, edit the configuration file:
98
+
```bash
99
+
# Edit util/config.js with your preferred settings
100
+
```
81
101
82
102
## Configuration
83
103
@@ -223,16 +243,18 @@ const customStrategy = {
223
243
};
224
244
```
225
245
226
-
## Deprecated Support for major betting sites like betika
227
-
- I removed configuration to test on live sites
228
-
- If you need the configuration for that you can message me, I will try to help
229
-
- I will try to add support for major betting sites in the future
246
+
## Deprecated Support for Major Betting Sites Like Betika
247
+
248
+
**Note**: The following features have been temporarily removed from the current version:
249
+
250
+
-**Live betting site integration** - Configuration for major betting sites (Betika, etc.) has been removed
251
+
-**Database integration** - MySQL database features are currently disabled
252
+
-**Web interface** - The monitoring dashboard is temporarily unavailable
253
+
-**Statistical analysis tools** - Predictive analytics features are under development
230
254
231
-
- removed the database integration for now, I will try to add it in the future
232
-
- removed the web interface for now, I will try to add it in the future
233
-
- removed the statistical analysis tools and prediction for now, I will try to add it in the future
255
+
These features are planned for re-implementation in future releases. If you need access to legacy configurations, please open an issue on GitHub.
234
256
235
-
## How It Should Work Works
257
+
## How It Works
236
258
The bot operates in a series of steps as outlined below:
237
259
238
260
1.**Authentication**: Logs into the betting site using provided credentials.
@@ -273,9 +295,20 @@ A: No. This is a tool for automation and should be used responsibly with proper
273
295
**Q: How do I handle errors?**
274
296
A: Check the `logs/error.log` file for detailed error information. Most common issues are related to network connectivity or selector changes.
275
297
276
-
## ⚠️ Disclaimer
298
+
## ⚠️ Legal Disclaimer
299
+
300
+
**IMPORTANT - PLEASE READ CAREFULLY:**
301
+
302
+
This software is provided for **educational and research purposes only**. By using this bot, you acknowledge and agree to the following:
303
+
304
+
-**Financial Risk**: Gambling involves substantial financial risk. Never bet money you cannot afford to lose.
305
+
-**No Guarantees**: This bot does not guarantee profits. Past performance does not indicate future results.
306
+
-**Legal Compliance**: Users are solely responsible for ensuring their use of this software complies with local laws and regulations.
307
+
-**Terms of Service**: Using automated bots may violate the terms of service of betting platforms. Use at your own risk.
308
+
-**No Liability**: The developers and contributors are not responsible for any financial losses, legal issues, or other damages resulting from the use of this software.
309
+
-**Age Restriction**: You must be of legal gambling age in your jurisdiction to use this software.
277
310
278
-
This bot is for educational purposes only. Gambling involves risk and you should never bet more than you can afford to lose. The developers are not responsible for any financial losses incurred through the use of this software.
311
+
**USE THIS SOFTWARE AT YOUR OWN RISK.**
279
312
280
313
## License
281
314
@@ -285,5 +318,13 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
285
318
286
319
Contributions are welcome! Please read our [Contributing Guide](CONTRIBUTING.md) for details on our code of conduct and the process for submitting pull requests.
287
320
321
+
## 💝 Support This Project
322
+
323
+
If you find this project helpful and would like to support its development, consider making a donation:
324
+
325
+
**[Donate via KenTom](https://www.kentom.co.ke/donate)**
326
+
327
+
Your support helps maintain and improve this project. Every contribution, no matter the size, is greatly appreciated!
328
+
288
329
---
289
330
Made with ❤️ by [Raccoon254](https://www.kentom.co.ke/)
0 commit comments