https://github.com/phalt/poketext
Pokedex via SMS and MMS
https://github.com/phalt/poketext
Last synced: 8 months ago
JSON representation
Pokedex via SMS and MMS
- Host: GitHub
- URL: https://github.com/phalt/poketext
- Owner: phalt
- Created: 2014-10-23T21:31:37.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-10-30T19:11:32.000Z (over 11 years ago)
- Last Synced: 2025-02-06T03:12:28.731Z (over 1 year ago)
- Language: Python
- Size: 193 KB
- Stars: 6
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Poketext
Deploy your own Pokedex for Pokemon through SMS and MMS, powered by Twilio
## Setup
You can deploy this application to Heroku in seconds:
[](https://heroku.com/deploy?template=https://github.com/phalt/poketext)
Then in your (Heroku app settings)[https://dashboard-next.heroku.com/apps] you need to add your Twilio Account SID and Twilio Auth Token as Config Vars:

You can discover your Twilio Account SID and Twilio Auth Token in your [Twilio user account](https://www.twilio.com/user/account)
The config variables must named like so:
```
TWILIO_ACCOUNT_SID
TWILIO_AUTH_TOKEN
```
The application should be setup and running, all you need to do now is setup a [Twilio phone number]() and point the Messaging URL to your Heroku application:

Be sure to set the URL to
```
https://MY-HEROKU-APP.herokuapp.com/incoming/messsage
```
and replace MY-HEROKU-APP with the name of your heroku application.
Finally, send your Twilio number an SMS with the name of a Pokémon and voila! your own MMS Pokedex:
