RandomPoke/README.md

15 lines
417 B
Markdown
Raw Normal View History

2024-08-05 17:37:21 +02:00
# Random Poké
2024-08-05 17:38:38 +02:00
This Mastodon bot posts random Pokémon cards from the Pokémon TCG universe. See it in action at [@RandomPoke](https://cfultz.com/@randompoke)!
2024-08-05 17:37:21 +02:00
# 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```