mirror of
https://github.com/cfultz/RandomPoke.git
synced 2024-11-24 14:50:03 +01:00
created README.md
This commit is contained in:
parent
670c2a22fb
commit
f07fbfbeae
14
README.md
Normal file
14
README.md
Normal file
@ -0,0 +1,14 @@
|
||||
# Random Poké
|
||||
This Mastodon bot posts random Pokémon cards from the Pokémon TCG universe.
|
||||
|
||||
# Requirements
|
||||
- Mastodon.py
|
||||
- python-dotenv
|
||||
|
||||
# How to use
|
||||
- Install the pip requirements above.
|
||||
- Create a ```.env``` file in the same directory including the lines:
|
||||
|
||||
token = ACCESSTOKENHERE
|
||||
url=MASTODONURL
|
||||
- Run the bot: ```python bot.py```
|
Loading…
Reference in New Issue
Block a user