Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/a3ro-dev/ereme
Ereme is a Flask web application that generates a random meme using the Imgflip API. It uses the requests library to make HTTP requests and the render_template and jsonify functions from Flask to render the HTML and return JSON data
https://github.com/a3ro-dev/ereme
discovery flask flask-application invention meme meme-generator memes memes-api project python python3
Last synced: about 1 month ago
JSON representation
Ereme is a Flask web application that generates a random meme using the Imgflip API. It uses the requests library to make HTTP requests and the render_template and jsonify functions from Flask to render the HTML and return JSON data
- Host: GitHub
- URL: https://github.com/a3ro-dev/ereme
- Owner: a3ro-dev
- Created: 2023-04-22T15:49:44.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-04-29T06:40:23.000Z (almost 2 years ago)
- Last Synced: 2024-11-08T20:41:34.457Z (3 months ago)
- Topics: discovery, flask, flask-application, invention, meme, meme-generator, memes, memes-api, project, python, python3
- Language: HTML
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ereme
Ereme is a Flask web application that generates a random meme using the Imgflip API. It uses the `requests` library to make HTTP requests and the `render_template` and `jsonify` functions from Flask to render the HTML and return JSON data.
## Getting Started
To get started with Ereme, clone the repository to your local machine:
```bash
git clone https://github.com/a3ro-dev/Ereme
```Next, install the required libraries by running the following command:
```bash
pip install -r requirements.txt
```To run the application, use the following command:
```bash
python3 main.py
```
Then, open your web browser and navigate to `http://localhost:5000` to see the application in action.## Usage
Once the application is running, click the "Generate Meme" button to generate a random meme. The meme and its caption will be displayed on the page. If you'd like to generate a new meme, simply click the button again.
## Credits
Ereme was created by [Aero](https://www.instagram.com/a3ro.xyz/). It uses the [Imgflip API](https://api.imgflip.com/) to generate memes.