Skip to content

Commit

Permalink
working beta 1
Browse files Browse the repository at this point in the history
  • Loading branch information
moutella committed Feb 21, 2020
1 parent 88c3310 commit 5ba4289
Show file tree
Hide file tree
Showing 5 changed files with 16,661 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#twitter tokens
consumer_key=CONSUMERKEY
consumer_secret=CONSUMERSECRET
access_token=ACCESSTOKEN
access_token_secret=ACCESSTOKENSECRET
5 changes: 3 additions & 2 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ Tweets the current exchange rate from BRL to USD
Usage
- Install requirements
- `pip3 install requirements.txt`
- Setup .env
- Setup .env and config
- `cp .env.example .env`
- `cp example_config.json config.json`
- Add your keys to .env
- Add each pokemon image to a folder
- `mkdir pokemon_img`
Expand All @@ -17,4 +18,4 @@ Usage
# Special Thanks
[@garotilde](https://twitter.com/garotilde) for the idea.

[pokemon.json](https://github.com/fanzeyi/pokemon.json) from [@fanzeyi](https://github.com/fanzeyi) for the pokedex.json file
[pokemon.json](https://github.com/fanzeyi/pokemon.json) from [@fanzeyi](https://github.com/fanzeyi) for the pokedex.json file and pictures
1 change: 1 addition & 0 deletions example_config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
Loading

0 comments on commit 5ba4289

Please sign in to comment.