diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index 812c8bd38e..0000000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,25 +0,0 @@ -GitHub issues are for bug reporting and feature requests. -For general support, join [our discord server](https://discordapp.com/invite/qbpVH6b). -To make bug reports easy to find and organized, we close issues that are deemed -out of scope for GitHub Issues and point people to Discord. - -Please provide the following information. -The more information you provide, the more easily we will be able to offer -help and advice. - -### Environment info -Operating System: - -Installed version of Python: - - -### Steps to reproduce -1. -2. -3. - -### What have you tried? -1. - -### Logs or other output that would be helpful -(If logs are large, please upload as attachment). diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index 82395c757b..0000000000 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,13 +0,0 @@ -This pull request includes a - -- [ ] Bug fix -- [ ] New feature -- [ ] Translation - -The following changes were made - -- -- -- - -If this is related to an existing ticket, include a link to it as well. diff --git a/.gitignore b/.gitignore index 95e09af744..815ecf5c45 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ *.pyc .idea config.py +db.sqlite \ No newline at end of file diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index ba35e700b7..0000000000 --- a/.travis.yml +++ /dev/null @@ -1,8 +0,0 @@ -language: python -python: - - "2.7" -# command to install dependencies -install: "pip install -r requirements.txt" -script: - echo "nop" -# - coveralls diff --git a/README.md b/README.md index 58f6f46a5a..cc772b6ce2 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,10 @@ Here it is in action: - data gathering for further analysis - visualization +## ELI5: setting up + +[/u/gprez](https://www.reddit.com/u/gprez) made [a great tutorial on Reddit](https://www.reddit.com/r/pokemongodev/comments/4tz66s/pokeminer_your_individual_pokemon_locations/d5lovb6). Check it out if you're confused after reading this readme. + ## Running The only parameter worker accepts is *step limit*, just as in `example.py`.