mirror of
https://github.com/fishyboteso/fishyboteso.git
synced 2024-08-30 18:32:13 +00:00
6a708e55e6
- moved config to documents - reduced readme - updated requirements - action key implemented - when non saved config is get for the first time, default is saved - added icon - added unhandled exception logging - added debug mode - made dark mode and debug mode check buttons instead of command - created manifest - moved addon to a zip
51 lines
2.5 KiB
Markdown
51 lines
2.5 KiB
Markdown
# Fishybot ESO
|
|
Auto fishing bot for Elder Scrolls Online. The Bot automatically fishes until the fishing hole disappears. It can also send a notification to the users phone with the statistics of that fishing hole.
|
|
|
|
Don't forget to star this repository if you really liked it :)
|
|
|
|
### Demo Video
|
|
<div align="center">
|
|
<a href="https://www.youtube.com/watch?v=E4Y9BFhCICI"><img src="https://img.youtube.com/vi/E4Y9BFhCICI/0.jpg" alt="IMAGE ALT TEXT"></a>
|
|
</div>
|
|
|
|
### How to Install?
|
|
|
|
- Install [Python v3.7.3](https://www.python.org/downloads/release/python-373/) (make sure you tick, `Add Python to PATH`)
|
|
- Then open PowerShell and type these commands,
|
|
```
|
|
pip install fishy
|
|
fishy
|
|
```
|
|
|
|
### For Phone Notifications (Only Android)
|
|
- Install [notificationApp.apk](https://drive.google.com/open?id=1o8w3PQ8JPH_N85MTKO2UTyjhHd9E7Hq6)
|
|
- Go to the app settings of the fishy app and allow all the notification permissions if you want the floating notification with sound.
|
|
- Make sure your PC and your phone are on the same network.
|
|
- Open the app and press the start service button.
|
|
- Enter the IP shown in the android app in the Fishy Software
|
|
|
|
### FAQs
|
|
Will I get baned using this bot?
|
|
|
|
> Botting does violate ESO's terms of service, so technically you could get banned. But this bot doesn't read or write memory from ESO so they won't know you are using a bot. **This software doesn't come with any Liability or Warranty, I am not responsible if you do get banned.**
|
|
|
|
How much automation does this bot provide?
|
|
|
|
> It's not a fully automated bot, it does fishing on its own but you will have to move from one hole to another manually (although I was developing a fully automated bot, I didn't get a positive feedback from the community so I discontinued it).
|
|
|
|
Bot doesn't work in full screen.
|
|
|
|
> Check the full screen box.
|
|
|
|
The bot catches the fish but doesn't press R to collect it
|
|
|
|
> Check the Collect R checkbox
|
|
|
|
### Contact
|
|
If you have any problems or you want to contact me for future ideas or want to collaborate in development you can contact me at the [DefineX Community discord server](https://discord.gg/V6e2fpc).
|
|
|
|
### Support Me
|
|
If you would like this project to continue its development, please consider supporting me on [Patreon](https://www.patreon.com/AdamSaudagar). You can make a one time donation on [PayPal](https://www.paypal.me/AdamSaudagar).
|
|
|
|
### License
|
|
This project is licenced on the MIT License. Check out the full license over [here](https://github.com/adsau59/fishyboteso/blob/master/LICENSE). |