Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.02 KB

README.md

File metadata and controls

40 lines (25 loc) · 1.02 KB

Random Memer

Flask API to return random programming meme images scrapped from :

To use just send a GET request to http://dev-memer.info/

You can also use this with img tag in your website and it will display a random meme everytime the website is loaded

<img src='http://http://dev-memer.info/' title="Meme" alt="Please refresh the page if the meme doesn't show up.">

Installation

1-Clone the project by running this command :

git clone https://github.com/bassem97/random-memer.git

2-Use pip to install the requirements:

pip install -r requirements.txt

3-Run the app:

flask run

Contributions

Contributions to this project are welcome! Feel free to submit issues or pull requests on the GitHub repository.