mh-salari / what_a_year_huh

This code generate a What a Year Tintin and Captain Haddock meme and sends it to Mastodon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What a Year huh? Tintin and Captain Haddock meme

This code generates a "What a Year huh? ..." Tintin and Captain Haddock meme and sends it to Mastodon.

The generated meme is inspired by the following:

To use this code, you will need to create a .env file in the root directory with the following information:

MASTODON_ACCESS_TOKEN=<your Mastodon access token>

You will also need to have the following dependencies installed:

  • mastodon
  • dotenv
  • PIL

Install them using this command:

pip install -r requirements.txt`

To generate and send the meme, run the following command:

python main.py

About

This code generate a What a Year Tintin and Captain Haddock meme and sends it to Mastodon

License:MIT License


Languages

Language:Python 100.0%