All Projects → 1461748123 → Rocketbot

1461748123 / Rocketbot

Licence: gpl-3.0
An automated Pokémon Go Bot

Labels

Projects that are alternatives of or similar to Rocketbot

Vim Chat
💜 Chatting plugin for neovim and vim8
Stars: ✭ 475 (-17.68%)
Mutual labels:  bot
Bulldozer
GitHub Pull Request Auto-Merge Bot
Stars: ✭ 514 (-10.92%)
Mutual labels:  bot
Mee6
DEPRECATED! For support and questions -> http://discord.gg/mee6
Stars: ✭ 534 (-7.45%)
Mutual labels:  bot
Line Bot Sdk Java
LINE Messaging API SDK for Java
Stars: ✭ 484 (-16.12%)
Mutual labels:  bot
Pokemobbot
a Pokemon Go Bot by PokeMobBot Team - Discord: https://discord.gg/8msqsWV | Forums:
Stars: ✭ 505 (-12.48%)
Mutual labels:  bot
Twitchlib
C# Twitch Chat, Whisper, API and PubSub Library. Allows for chatting, whispering, stream event subscription and channel/account modification. Supports .NET Core 2.0
Stars: ✭ 519 (-10.05%)
Mutual labels:  bot
Alertmanager Bot
Bot for Prometheus' Alertmanager
Stars: ✭ 473 (-18.02%)
Mutual labels:  bot
Node Telegram Bot Api
Telegram Bot API for NodeJS
Stars: ✭ 5,782 (+902.08%)
Mutual labels:  bot
Osif
Open Source Information Facebook
Stars: ✭ 511 (-11.44%)
Mutual labels:  bot
Monitorss
Discord RSS bot (formerly known as Discord.RSS) with customizable feeds. https://monitorss.xyz
Stars: ✭ 532 (-7.8%)
Mutual labels:  bot
Starwars Dot Gif
Python script to generate gifs from star wars
Stars: ✭ 485 (-15.94%)
Mutual labels:  bot
Aws Lex Web Ui
Sample Amazon Lex chat bot web interface
Stars: ✭ 500 (-13.34%)
Mutual labels:  bot
Telegrambotphp
A very simple PHP Telegram Bot API for sending messages.
Stars: ✭ 524 (-9.19%)
Mutual labels:  bot
Stealth
An open source Ruby framework for text and voice chatbots. 🤖
Stars: ✭ 481 (-16.64%)
Mutual labels:  bot
Pep8speaks
A GitHub app to automatically review Python code style over Pull Requests
Stars: ✭ 546 (-5.37%)
Mutual labels:  bot
Telegraf
Modern Telegram Bot Framework for Node.js
Stars: ✭ 5,178 (+797.4%)
Mutual labels:  bot
Guide
The official guide for discord.js, created and maintained by core members of its community
Stars: ✭ 512 (-11.27%)
Mutual labels:  bot
Pokemongobot
DEFUNCT - Bot that plays Pokemon Go
Stars: ✭ 572 (-0.87%)
Mutual labels:  bot
Crypto Trader
💰 Cryptocurrency trading bot library with a simple example strategy (trading via Gemini).
Stars: ✭ 554 (-3.99%)
Mutual labels:  bot
Downloadthisvideo
Twitter bot for easily downloading videos/GIFs off tweets
Stars: ✭ 530 (-8.15%)
Mutual labels:  bot

RocketBot

alt text The contents of this repo are a proof of concept and are for educational use only alt text

Logo

Images

alt tag
alt tag alt tag alt tag alt tag alt tag

A Pokémon Go bot in C#

Features

  • PTC / Google Login
  • Get Map Objects and Inventory
  • Live map showing Pokéstops and farming path
  • Search for Pokéstop
  • Farm Pokéstops
  • Farm all Pokémon in the neighbourhood
  • Evolve Pokémon
  • Transfer Pokémon
  • Powerup Pokémon
  • Force unban
  • Use LuckyEgg
  • Auto-Recycle uneeded items
  • View all Pokémon CP/IV %
  • Transfer/Powerup/Evolve Pokémon
  • Output level and needed XP for levelup
  • Output Username, Level, Stardust, XP/hour, Pokémon/hour in Console Title
  • Automatic use of Razzberries
  • Automatic Update checker
  • Logs everything into Logs folder

Getting Started

Download

Download the bot from the release tab.
If you want the latest Beta-Build, you have to download the build from the Beta-Build branch and compile them by yourself with VisualStudio 2015.
Waning: Beta-Builds are unstable and might cause damage to your account, use at your own risk

Login

There are problems with google oauth login, so we have to use account and password to login for now.
To ensure your account's safety, we suggest you to creat an app password just for botting. This will also allows users with 2-fact-auth enable to use the bot.
Tutorial on how to use app password: Google support

Settings

Change your settings using the settings tab on the bot. If you want more advance settings, edit the settings file under the bot's folder.

Wola

Click Start Bot and enjoy!

How can I contribute?

For users:

You can contribute in many ways, here are some that you can do to help the project out!

Join discord channel and help answer questions

We have more and more users everyday, so we have a lot of questions from new users who haven't fully understand how the bot works yet. If you want to help them out, join our official discord channel :)

Answer questions in issues

Same as above, you can help by answering questions in the issues tab!

Report bugs

Report bugs you found in issues.
In order to help us fix the problem, please take a screenshot of the error you get and also attach your log file (under the Logs folder) as well. Add [Bug] to the title to help us quickly identify the category of the issue.

Suggestions/ideas

Tell us what you think we can do better in issues.
Give detailed discription to help us understand what you are looking for. Add [Suggestion] to the title to help us quickly identify the category of the issue. Your suggestion might not be accept, but hey, maybe we will accept your suggestion next time! :)

For developers:

You can contribute to the project by helping us on coding.
Fork this project and create a new branch to add your code or fix a known issue.
Use pull request to submit your code. Remember, submit to Beta-Build branch! :D

Donations

We are not accepting donations currently :) If you really wanna contribute, consider doing the stuff above! :D

Settings

AuthType

  • google - Google login
  • ptc - Pokémon Trainer Club

PtcUsername

  • username - for PTC account. No need for when using Google.

PtcPassword

  • password - for PTC account. No need for when using Google.

Email

Password

  • password - for Google account. No need for when using PTC.

GoogleRefreshToken

  • token - for Google account. No need for wen using PTC. (Obsolete)

DefaultLatitude

  • 12.345678 - Latitude of your location you want to use the bot in. Number between -90 and +90. Doesn't matter how many numbers stand after the comma.

DefaultLongitude

  • 123.456789 - Longitude of your location you want to use the bot in. Number between -180 and +180. Doesn't matter how many numbers stand after the comma.

LevelOutput

  • time - Every X amount of time it prints the current level and experience needed for the next level.
  • levelup - Only outputs the level and needed experience for next level on levelup.

LevelTimeInterval

  • seconds - After X seconds it will print the current level and experience needed for levelup when using time mode.

Recycler

  • false - Recycler not active.
  • true - Recycler active.

RecycleItemsInterval

  • seconds - After X seconds it recycles items from the filter in Settings.cs.

Language

  • english - Outputs caught Pokémon in english name.
  • german - Outputs caught Pokémon in german name.

RazzBerryMode

  • cp - Use RazzBerry when Pokémon is over specific CP.
  • probability - Use RazzBerry when Pokémon catch chance is under a specific percentage.

RazzBerrySetting

  • cp value - If RazzBerryMode is cp. Use RazzBerry when Pokémon is over this value
  • probability value - If RazzBerryMode is probability. Use Razzberry when % of catching is under this value. Between 0 and 1.

TransferType

  • none - disables transferring
  • cp - transfers all Pokémon below the CP threshold in the app.config, EXCEPT for those types specified in program.cs in TransferAllWeakPokemon
  • leaveStrongest - transfers all but the highest CP Pokémon of each type SPECIFIED IN program.cs in TransferAllButStrongestUnwantedPokemon (those that aren't specified are untouched)
  • duplicate - same as above but for all Pokémon (no need to specify type), (will not transfer favorited Pokémon)
  • all - transfers all Pokémon

TransferCPThreshold

  • CP - transfers all Pokémon with less CP than this value.

TransferIVThreshold

  • IV - transfers all Pokémon with less IV than this value. Between 0 and 1.

TravelSpeed

  • Speed - Travel speed in km/h

ImageSize

  • px - Pixel size for Pokémon Thumbnails

CatchPokemon

  • true - Catch Pokémon and get Items from PokéStops
  • false - Don't catch Pokémon and get Items from PokéStops

EvolveAllGivenPokemons

  • false - Evolves no Pokémon.
  • true - Evolves all Pokémon.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].