dbayz /
NTE-Auto-Fishing-Bot
Python automation bot for fishing in Neverness To Everness.
59/100 healthLoading repository data…
thejoabo / repository
Auto Fishing Bot made in Python 3 for Virtual Fisher Discord Bot.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
Due to time limitations, this project is no longer active/maintained. Feel free to fork it and make improvements.
Auto fishing bot made in Python 3 for Virtual Fisher Discord bot.
Note: the experimental-2.0.0 (current) version is still under development, if you are having problems, a stable release (1.2.1.1) can be found here.
(With Git)
git clone https://github.com/thejoabo/autofishbot.git
cd autofishbot
python -m pip install -r requirements.txt
(Without Git)
python -m pip install -r requirements.txt
Using the terminal, in the repository folder, type:
python autofishbot.py
Notes:
python autofishbot.py config_name to run the bot with a specific config file.python autofishbot.py --create to create a new config file.{autofishbot directory}/configs/' folder). After setting everything up, run the command again. In case of several config files, you will be prompted to choose one.You can easily customize the options listed below in the automatically generated config file:
#Example
[SYSTEM]
user_token = M@yToke_n123
user_cooldown = 3.5
channel_id = 123456
debug = False
[CAPTCHA]
ocr_api_key = MyK!ey12.3
[NETWORK]
user_agent =
proxy_ip =
proxy_port =
proxy_auth_user =
proxy_auth_password =
[AUTOMATION]
boosts_length = 5
more_fish = True
more_treasures = False
fish_on_exit = True
auto_daily = True
auto_buy_baits = False
auto_sell = True
auto_update_inventory = False
[MENU]
compact_mode = False
refresh_rate = 0.3
[COSMETIC]
pet = dolphin
bait = fish
biome = ocean
Detailed information here.
All captchas are solved using the OCR.SPACE API for image to text recognition. The reason for choosing an online API was to avoid the annoyance of forcing users to install heavy image recognition modules (and saving the unnecessary effort of creating a specific image recognition model for this type of captcha). Among the API options, the most practical and accessible for the user is OCR.SPACE and, furthermore, it presented a reasonable consistency in correctly identifying the text in the image in the tests performed. Therefore, to automatically solve the captchas, you will need an API KEY.
The methodology is quite straight forward, when a new captcha is detected:
If all tests fail, a request to regenerate the captcha will be sent (up to 3 times). If the bot, ultimately, fails to solve all captchas, it will wait until 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.
All you need to do is use any email to get it here: https://ocr.space/ocrapi/freekey.
python autofishbot.py some_config_name) (adaptation of @notvirtio 's solution #51)python autofishbot.py --create)proxy_ip, proxy_port, proxy_auth_user, proxy_auth_password, user_agent...
Selected from shared topics, language and repository description—not editorial ratings.
dbayz /
Python automation bot for fishing in Neverness To Everness.
59/100 healthnumbersanalyst /
Automated fishing bot for Minecraft.
41/100 healthabdulrahman-khan /
Fun Project: Discord fishing bot automation with a Python captcha solver using OCR to automatically handle captcha verification.
/100 healthauto_sell, auto_buy_baits, auto_update_inventory, auto_dailyauto_buff in more_fish and more_treasuresbuff_length to boosts_lengthrefresh_ratepet, bait, biome (not yet implemented)muhammetsimssek /
Advanced Metin2(Mobile2) fishing automation using Computer Vision (OpenCV) and AutoHotkey (AHK) for anti-cheat bypass and captcha solving.
46/100 health