Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #231

Merged
merged 1 commit into from
Jul 23, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
143 changes: 96 additions & 47 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,36 +1,80 @@
# Pokemon Go Bot based on FeroxRevs API #

This is only for educational use and a proof of concept.

## About

Chat about this Repository via Discord: https://discord.gg/VsVrjgr

## Donate

Bitcoin Address: 1ExYxfBb5cERHyAfqtFscJW7vm2vWBbL3e (All of those go to Ferox only)

[![Donate](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=farhaninoor1%40gmail%2ecom&lc=GB&item_name=POGO%20Bot%20Donations&item_number=POGO&no_note=0&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG_global%2egif%3aNonHostedGuest)
(All of the PayPal Donations are split with the most active Collaborators.)

## Features

```
#PTC Login / Google
#Get Map Objects and Inventory
#Search for gyms/pokestops/spawns
#Farm pokestops
#Farm all pokemons in neighbourhood and throw berries/use best pokeball
#Transfers duplicate pokemons
#Evolve all pokemons
#Throws away unneeded items
#Humanlike Walking

```

## Setting it up
Note: You need some basic Computer Expierience, if you need help somewhere, ask the community and do not spam us via private messages. **The Issue Tracker is not for help!**

<!-- define warning icon -->
[1.1]: http://i.imgur.com/M4fJ65n.png (ATTENTION)
[1.2]: http://i.imgur.com/NNcGs1n.png (BTC)
<!-- title -->
<h1>Pokemon Go Bot based on FeroxRevs API</h1>
<br/>
<!-- disclaimer -->
![alt text][1.1] <strong><em> The contents of this repo are a proof of concept and are for educational use only </em></strong> ![alt text][1.1]
<br/>
<br/>

<h2>Table of Contents</h2>

- [Chat](#chat)
- [Donating](#donating)
- [PayPal](#paypal)
- [BitCoin](#btc)
- [Features](#features)
- [Screenshots](#screenshots)
- [Getting Started](#getting-started)
- [Installation & Configuration](#install-config)
- [Changing Location](#changing-location)
- [License](#license)
- [Credits](#credits)

<hr/>

<h2><a name="chat">Chat</a></h2>

Chatting about this Repository can be done on our Discord: https://discord.gg/VsVrjgr <br/>
Please keep your conversations in the designated channels.
<br/>
<hr/>
<br/>
<h2><a name="donating">Donating</a></h2>
<br/>
Feel free to buy us all a beer, by using PayPal:

<a name="paypal">[![Donate](https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=farhaninoor1%40gmail%2ecom&lc=GB&item_name=POGO%20Bot%20Donations&item_number=POGO&no_note=0&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG_global%2egif%3aNonHostedGuest)</a><br/>

<h6><em>[ all PayPal donations are distributed amongst our most active collaborators ]</em></h6><br/>

<br/>

<a name="btc">Or donate bitcoins:</a><br/>

![alt text][1.2] 1ExYxfBb5cERHyAfqtFscJW7vm2vWBbL3e

<br/>

<h6><em>[ all Bitcoin donations are sent to Ferox only ]</em></h6>

<hr/>

<h2><a name="features">Features</a></h2>

- [PTC Login / Google](#)
- [Get Map Objects and Inventory](#)
- [Search for gyms/pokestops/spawns](#)
- [Farm pokestops](#)
- [Farm all Pokemon in neighbourhood](#)
- [Throw Berries/use best pokeball](#)
- [Transfers duplicate pokemons](#)
- [Evolve all pokemons](#)
- [Throws away unneeded items](#)
- [Humanlike Walking](#)

<br/>
<h2><a name="screenshots">Screenshots</a></h2><br/>
- coming soon -<br/>
<hr/>

<h2><a name="getting-started">Getting Started</a></h2>
Note: You will need some basic Computer Expierience.<br/>
Need help? <a name="chat">Join the Chat!</a> **The Issue Tracker is not for help!**<br/>
<br/>
<h2><a name="install-config">Installation & Configuration</a></h2><br/>

1. Download and Install [Visual Studio 2015](https://go.microsoft.com/fwlink/?LinkId=691979&clcid=0x407)
2. Download [this Repository](https://github.com/NecronomiconCoding/Pokemon-Go-Bot/archive/master.zip)
Expand All @@ -41,22 +85,27 @@ Note: You need some basic Computer Expierience, if you need help somewhere, ask
7. If selected Ptc , enter the Username and Password of your Account
8. Right click on "PokemonGo.RocketAPI.Console" and Set it as Startup Project
9. Press CTRL + F5 and follow the Instructions
10. Have fun!
10. Have fun!<br/>

## Changing location of bot
<h2><a name="changing-location">Changing Location of the Bot</a></h2><br/>

1. Get new latitude and longitude
2. Delete "Coords.txt" in "PokemonGo.RocketAPI.Console\bin\Debug\" folder
3. Change the value of DefaultLatitude and DefaultLongitude in "UserSettings.settings"
4. Compile and run (CTRL + F5)
2. Delete `Coords.txt` from folder `PokemonGo.RocketAPI.Console\bin\Debug\`
3. Change the value of `DefaultLatitude` and `DefaultLongitude` in `UserSettings.settings`
4. Compile and run (CTRL + F5)<br/>

## License
<hr/>
<br/>
<h2><a name="license">License</a></h2><br/>
This Project is licensed as GNU (GNU GENERAL PUBLIC LICENSE v3)

You can find all necessary Information [here](https://github.com/NecronomiconCoding/Pokemon-Go-Bot/blob/master/LICENSE.md)


## Credits
Thanks to Ferox hard work on the API & Console we are able to manage something like this. Without him that would have been nothing. <3

Thanks to everyone who contributed via Pull Requests!
<br/>
You can find all necessary Information [HERE](https://github.com/NecronomiconCoding/Pokemon-Go-Bot/blob/master/LICENSE.md)
<br/>
<hr/>
<br/>

<h2><a name="credits">Credits</a></h2><br/>
Thanks to Feroxs' hard work on the API & Console we are able to manage something like this.<br/>
Without him, this would not have been available. <3
<br/>
Thanks to everyone who voluntaired by contributing to the Pull Requests!