qqqwda / pokemeow-autoplay

pokemeow autoplay discord bot using python and selenium and free captcha solver

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PokéMeow autoplay 🚀

This Python application is designed to automate the process of catching Pokemons in the popular Discord game, PokéMeow. Utilizing Selenium and ChromeDriver.

image

⚠️ Disclaimer

Please note, while this bot is designed to automate tasks within PokeMeow, users are encouraged to use it responsibly and in accordance with the game's terms of service. The developer of this bot assumes no responsibility for any bans or penalties that may result from the use of this bot. Users should be aware of PokeMeow's rules and use the bot at their own risk.

Updates 📢

  • Captcha Solving Endpoint 🧩: An update has been made to include an endpoint for Captcha Solving. This feature is now fully operational!
  • New Captcha Solver API ✨: We are excited to introduce a new API for captcha solving! You can find it here: PokeMeow Captcha Solver. Please note that this service might operate with some delay.

Captcha Solver Accuracy and Latency ⚙️🕒

The captcha solver currently boasts around a 90% accuracy rate 🎯. However, expect some low latency due to hosting conditions 🐢. We are continuously working to improve this service for a smoother experience.

🚀 Setup Instructions

Install Python 3.9 >

Get your API-KEY 🔑: PokeMeow Captcha Solver

Edit the run_account_example.bat (You can use Email and Password or Discord token):

 pip install -r requirements.txt
set SESSION_NAME=account1
set EMAIL=email1@gmail.com
set PASSWORD=strongpassword
set CHANNEL=https://discord.com/channels/id/channel
set API_KEY=RAPID-API-KEY
set DISCORD_TOKEN=DISCORD-TOKEN
set ENABLE_AUTO_BUY_BALLS=True
set ENABLE_AUTO_RELEASE_DUPLICATES=False
set ENABLE_AUTO_EGG_HATCH=True
set ENABLE_AUTO_LOOTBOX_OPEN=True
set ENABLE_FISHING=False
set ENABLE_BATTLE_NPC=False
py main.py
pause

Setup your settings config.ini

[settings]
rarity_emoji={
    "Legendary": "🔮", 
    "Shiny": "✨", 
    "Super": "★", 
    "Super Rare": "★ ★", 
    "Rare": "★", 
    "Uncommon": "♦",
    "Common": "●"
     }

rarity_pokeball_mapping={
    "Legendary": "masterball",
    "Shiny": "masterball",
    "Super": "ultraball",
    "Super Rare": "ultraball", 
    "Rare": "greatball", 
    "Uncommon": "pokeball", 
    "Common": "pokeball"
    }

pokemon_pokeball_mapping = {
    "Shieldon": "greatball",
    "Machoke": "greatball",
    "Magikarp": "greatball"
    }

fishing_ball = greatball

hunt_item_ball = ultraball

fishing_shiny_golden_ball = masterball

driver_path = webdrivers\Chrome\chromedriver.exe

predict_captcha_url=https://pokemeow-captcha-solver.p.rapidapi.com/predict

To run just double click on run_account_example.bat file

Want to add another account?

Create another run_account_example_2.bat file

📬 Contact

For support, questions, or collaboration, feel free to contact me on Discord:

  • Discord: cursedelboom

About

pokemeow autoplay discord bot using python and selenium and free captcha solver


Languages

Language:Python 99.5%Language:Batchfile 0.5%