Metadata-Version: 2.1
Name: fishy
Version: 0.5.5
Summary: Fishing bot for Elder Scrolls Online
Home-page: https://github.com/adsau59/fishyboteso
Author: Adam Saudagar
Author-email: adam_saudagar@live.com
License: MIT
Project-URL: Bug Reports, https://github.com/adsau59/fishyboteso/issues/
Project-URL: Funding, https://www.paypal.me/AdamSaudagar
Project-URL: Say Thanks!, http://discord.definex.in
Project-URL: Source, https://github.com/adsau59/fishyboteso
Keywords: fishybot fishyboteso esofishingbot fishingbot esobot
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: urllib3
Requires-Dist: winshell
Requires-Dist: imutils
Requires-Dist: numpy (!=1.19.4)
Requires-Dist: opencv-python (==4.5.2.54)
Requires-Dist: Pillow
Requires-Dist: pypiwin32
Requires-Dist: ttkthemes
Requires-Dist: requests
Requires-Dist: beautifulsoup4
Requires-Dist: whatsmyip
Requires-Dist: pynput
Requires-Dist: keyboard
Requires-Dist: playsound (==1.2.2)
Requires-Dist: event-scheduler
Requires-Dist: pyzbar
Requires-Dist: mouse

# 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.

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).

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.**

- Check out the [Showcase Video](https://www.youtube.com/watch?v=THQ66lG4ImU).
- Chat with us on [Discord](https://discord.gg/V6e2fpc).
- Support us via [PayPal](https://www.paypal.me/AdamSaudagar) or [Patreon](https://www.patreon.com/AdamSaudagar).

### 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, one by one,
```
python -m pip install pip --upgrade
pip install fishy
python -m fishy
```

