Skip to content

Tutorial for installing PokeTorch. A autofarming bot for PokeMeow.

Notifications You must be signed in to change notification settings

serenity091/TutorialPokeTorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

PokeMeow With PyTorch

A farm bot for Pokemeow. Solves captcha with custom trained weights with YOLOv5 and PyTorch.

Youtube Channel : https://www.youtube.com/channel/UCHh6ndnVUl-jkQpvqRsFtvg

Discord server : https://discord.gg/WKxyj3x5Ch

Purchase PokeTorch from sellix shop.

Sellix shop : https://poketorch.sellix.io/

After purchase, join the discord server and open a ticket. Screenshot the invoice of the purchase and send a picture in the ticket. I will send a zip file containing PokeTorch.

Prerequisites :

Enable Long Paths in Windows Powershell (Run as Administrator):

New-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 -PropertyType DWORD -Force

Installation with terminal :

  1. Drag the zip file from the downloads folder onto your desktop. Double click on the zip file and extract it onto the desktop.

  2. Once in the file, open cmd and type:

python -m pip install -r requirements.txt
  1. Edit the config file in the folder.

Authorization:

Find auth token by watching this video:

https://www.youtube.com/watch?v=YEgFvgg7ZPI

Or put this code in discord console:

(webpackChunkdiscord_app.push([[''],{},e=>{m=[];for(let c in e.c)m.push(e.c[c])}]),m).find(m=>m?.exports?.default?.getToken!==void 0).exports.default.getToken()

Channel Id is the last section of this url. Guild id is the first: ex (discord.com/channels/guild_id/channel_id):

Rename config-sample.json to config.json.

Run:

To start farming, in terminal type:

python main.py

About

Tutorial for installing PokeTorch. A autofarming bot for PokeMeow.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published