Auto Fishing Bot made in Python 3 for Virtual Fisher Discord bot.
- Auto Fish
- CLI UI (Menu)
- Captcha Bypass
- Auto Buff (more treasures + more fish)
- Interactions (buttons and slash commands)
Unknown ban detection method has been reported, please see #38. USE IT AT YOUR OWN RISK !
Using the terminal, type:
git clone https://github.com/thejoabo/virtualfisher-bot.git
cd virtualfisher-bot
pip install -r requirements.txtUsing the terminal, in the repository folder, type:
python autofishbot.pyNote: On the first start up, the bot will ask you to fill the configuration file name (which will be stored at 'configs/' folder). After setting everything up, run the command again. In case of several config files you will be prompted to choose one. More help | Template.
You can easily customize the options listed below in the automatically generated config file:
#Example
[PREFERENCES]
CHANNEL_ID = 123456
USER_TOKEN = M@yToke_n123
OCR_API_KEY = MyK!ey12.3
USER_COOLDOWN = 3.5
BAIT = WORMS
AUTO_BUFF = TRUE
BUFF_LENGTH = 5
FISH_ON_EXIT = FALSE
COMPACT_MODE = FALSE
DEBUG = FALSE
NUMBER_FORMATTING = DEFAULT
Detailed information here.
Virtual Fisher has now removed almost every captcha. The only one left is the image recognition one. They also changed how those images are generated, so preprocessing is no longer required. The OCR.SPACE API for image to text recognition seems to work with reasonable consistency in the tests performed. Therefore, to automatically solve captchas you will need an API KEY.
The metodology is pretty straight forward, when a new captcha is detected:
- A request is sent to the API for each available OCR engine
- The results are filtered to assert those with reasonable certainty
- The filtered result list is tested If all tests fail, a request to regenerate the captcha will be sent (up to 3 times). If everything goes wrong, the bot will halt util you solve it manually.
Keep in mind that the captcha detection method is not flawless, unexpected events can cause some unusual behavior that could influence detection accuracy. Therefore, it should not be left alone without monitoring for longer periods of time.
(the current step is outputed on the top, 1.5x speed)
(the current step is outputed on the top, 1.5x speed)
All you need to do is use any email to get it here: https://ocr.space/ocrapi/freekey.
For now this is the only way. But I'm thinking about the possibility of make an API myself to enable users to redirect their requests through a list of keys.
- implemented "fish on exit" (auto30m)
- autofish using interactions (buttons and slash commands) (#29)
- trace to debugger class (and better log overall)
- discord's API wrapper
- requests
- webgate identification
- headers and authorization
- session and nonce (snowflake) functions
- requests error handling
- message class (support to interactions and compartmentalization)
- autobuff function (command list and stalling conditions)
- dispatcher/receiver functions
- OCR's request timeout (25 seconds) for engines 3 and 5
- config manager (strings are now sanatized)
- minor source code typos ...
- Pull requests are welcome. For major changes, open an issue first to discuss what you would like to change.
- If you notice any errors, bugs or strange behavior PLEASE OPEN AN ISSUE containing a screenshot or describing the problem.
- Suggestions are welcome.
