Go to file
2024-08-05 11:38:38 -04:00
.gitignore Initial Commit 2024-08-05 09:58:47 -04:00
bot.py removed unecessary import 2024-08-05 10:57:08 -04:00
README.md updated README.md 2024-08-05 11:38:38 -04:00
set_codes.txt Initial Commit 2024-08-05 09:58:47 -04:00
set_total_cards.txt Initial Commit 2024-08-05 09:58:47 -04:00

Random Poké

This Mastodon bot posts random Pokémon cards from the Pokémon TCG universe. See it in action at @RandomPoke!

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