-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Add contributor forgotten #2099
Closed
thanhtran0302
wants to merge
280
commits into
PokemonGoF:master
from
thanhtran0302:add-contributor-forgotten
Closed
Add contributor forgotten #2099
thanhtran0302
wants to merge
280
commits into
PokemonGoF:master
from
thanhtran0302:add-contributor-forgotten
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
If not fetched over https and git ssh isnt setup submodule cant be cloned. If you have already tried to initiate / update using [email protected], follow instructions below and initiate/update again; 2. Open ".git", go to "config" file, and you will find something like this: [submodule "web"] url = [email protected]:OpenPoGo/OpenPoGoWeb.git change line to: url = https://github.com/OpenPoGo/OpenPoGoWeb.git
Thanks to dmateusp who made the big initial pokefilter list, this is the merged example version that could be used
remove entires that has been deleted, moved, or migrated
* Optimized imports * Replaced tabs with spaces to fix inconsistent indentation.
…okecly.py (#912) * Fixed a bug where the bot crashed if 'catch' or 'release' wasn't specified in config.json * Added install.sh and run.sh
* fixed a bug with zero values in release_config causing bot to crash * added evolve all option * added evolve all option * added evolve all option * added to contrib. list * sorting pokemons by cp * stepper update from upstream * much improved evolve all * Update README.md * updated config example * longer sleeps - to avoid flooding the servers * mixed IV and CP evolving * Update README.md * modified config example * shorter sleep duration after failed evolve. Should make things faster * shorter sleep duration after success evolve. Should make things faster * Update README.md
… is a Generation IV pokemon and added virtualenv and pip files to .gitignore file (#888)
* Fixed sleep to use floats again * Fixed sleep to use floats again #2 * Refactored jitter to have its own function to be used elsewhere * Fixes SpiralNavigation skipping waypoints * Fixing stationary movements * Improved StepWalker (distances lower than speed should be walked directly) * Fixes error on missing IV values
Usage section num.list fix
* Stop farming if inventory is full * Changed spiral navigator to use pgoagpi example code until we find a better solution * pep8 reformat * Revert "pep8 reformat" This reverts commit a710a6e. * Removed debug lines * Reducing log spam
…item id's (#1733) * Updated item_filter in config.json.example to use item names instead of item id's * Config.json item_list verification * Merge remote-tracking branch 'upstream/dev' into dev Conflicts: pokemongo_bot/cell_workers/recycle_items.py * Adding recycle_items back Changed error return type
* Configure the tasks from config.json * Linking error to wiki
* Supporting task level configuration * Updating sample config files * Providing example of how to configure tasks in the example configs
* Allows users to enter both item ID's and item names in the item_filter. * no message
* improved websocket and logging handler * added support for remote command execution through websocket and a player_info call example * adding a missing variable * only execute remote command if it exists and is callable, else return command not found * wait forever instead of 5 secs in an infinite loop
We already have location as an encoded str in location_str and most calls to log pass a string as argument, so this is a bit more consistent.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I forgot to add my name the last time
PR: #1899