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

Lures on demand [BACKEND ONLY] #305

Open
wants to merge 49 commits into
base: develop
Choose a base branch
from

Conversation

sebast1219
Copy link

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 ;)

Noctem and others added 30 commits April 28, 2017 01:01
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).
Use correct cache in add_mystery, use visit_point instead of visit in
Overseer, fix setting spawn/despawn times in update_spawns, fix some
variable names in Worker.
@evenly-epic-mule
Copy link
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.

@@ -126,7 +126,8 @@
'TWITTER_SCREEN_NAME': str,
'TZ_OFFSET': Number,
'UVLOOP': bool,
'WEBHOOKS': set_sequence
'WEBHOOKS': set_sequence,
'LURE_ON_DEMAND': bool
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

4 spaces, not tab

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants