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.">
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 to this project are welcome! Feel free to submit issues or pull requests on the GitHub repository.