Open
Conversation
0.4 has not been released yet so use the latest commit from the develop branch instead.
Use asynchronous spawn cache in pogeo.monotools.
Remove dependence on shapely and geopy, improve performance of landmarks, automate landmark pickling/unpickling, read landmarks from config as a sequence of dicts instead of a Landmarks object, a little refactoring, miscellaneous fixes.
Add an example script for converting old-style landmarks configurations (constructing an actual Landmarks instance in config.py) with the new-style of using standard Python data-types (a tuple/list of dicts).
c
Merge master
6304
adding cp
adding cp
Correction CP
CP
Adding lure on demand
LURE_ON_DEMAND default false
Define LURE_ON_DEMAND
SQL file to create table for lures
Removing hard limit level 30
Removing cp from this branch
Removing cp from this branch
Resetting error code
Resetting error codes
Contributor
|
Please note that placing lure is causing a financial damage to niantic, this may, depending on the country, be considered a crime. Niantic could posibly claim money from the person running the map. |
j16sdiz
reviewed
Jun 26, 2017
monocle/sanitized.py
Outdated
| 'UVLOOP': bool, | ||
| 'WEBHOOKS': set_sequence | ||
| 'WEBHOOKS': set_sequence, | ||
| 'LURE_ON_DEMAND': bool |
This file contains hidden or 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
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.
Possibility to add lures on demand via a db table. You can add something on your frontend and just insert the line in the db. When a worker will be near the pokestop, it will put a lure.
Improvements are needed but it's working great ;)