Find inspiration for your next meme creation!
This project uses the Imgflip API to get meme templates. The raw API endpoint output can be consulted to modity the parsing script in the event of schema updates.
Contributions welcome!
Feel free to raise an issue to report a bug and suggest changes, and work on corresponding PRs.
Please read the Contributing guidelines before raising an issue/PR to main consistency with the community guidelines.
Make sure Python 3.x
is installed on your system. This can be validated by running the following command: python --version
.
It is recommended to use a virtual enviroment to minimise the risk of dependency clashes with other projects. For this, first install virtualenv
through any of these methods. Then, run the following commands to activate the virtual environment.
virtualenv venv
source venv/bin/activate
Then, install the dependencies by running
pip install -r REQUIREMENTS.txt
python app.py
will run the application locally, it can be accessed by navigating to http://127.0.0.1:5000
.