From f07fbfbeae466b8c755d83f69e7df8992a6c8628 Mon Sep 17 00:00:00 2001 From: Caleb Fultz Date: Mon, 5 Aug 2024 11:37:21 -0400 Subject: [PATCH] created README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..ed47284 --- /dev/null +++ b/README.md @@ -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```