diff --git a/README.md b/README.md index 6d10bbf960..c7c65ea7e4 100644 --- a/README.md +++ b/README.md @@ -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", @@ -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 !