Skip to content
Open
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
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Here's a sample `config.json`:
"username": "myemailuser",
"password": "pikachu123",
"step_limit": 5,
"location": "30, rue de la Victoire, Paris",
"location": "30 rue de la Victoire, Paris",
"latitude" : 48.875418,
"longitude": 2.338118,
"notify": "dratini,magnemite,electabuzz,hitmonchan,hitmonlee,chansey,lapras,snorlax,porygon,mew,mewtwo,moltres,zapdos,articuno,ditto,seel,gyarados,cubone",
Expand All @@ -23,9 +23,7 @@ Here's a sample `config.json`:

## Install

Install the necessary dependencies (including the Pushbullet client) by running `pip install --upgrade -r requirements.txt`. Create a config file and then run the main script using `python main.py`.
Install the necessary dependencies by running `pip install --upgrade -r requirements.txt`. Create a config file and then run the main script using `python main.py`.

*Using this software is against the ToS and can get you banned. Use at your own risk.*

## Notifications
You'll have to create a incomming webhook in your Slack team settings. Get the Url and paste it in the config file. You're set !