Skip to content

It will give you random memes so enjoy some memes.The site will take time to load, bcoz its free hosting so you have to wait

Notifications You must be signed in to change notification settings

ameya-kawade/Random-Memes-App-using-Flask

Repository files navigation

Random Memes App using Flask

It gives you random memes from reddit using the reddit memes api(not Official)

Link to website : https://random-memes-viewer.onrender.com/

Api repo link : https://github.com/D3vd/Meme_Api

How to use the project

1.Setup virtual environment :

pip install virtualenv


virtualenv {your environment name}

e.g - 
virtualenv env

2.Activate the virtual environment:

{environment_name}\Scripts\activate.bat
                
                or
                
{environment_name}\Scripts\activate.ps1

e.g-

env\Scripts\activate.bat                

3.Install the required packages:

pip install -r requirements.txt

#this will install all the required packages

4.Now run the flask application:

python app.py

About

It will give you random memes so enjoy some memes.The site will take time to load, bcoz its free hosting so you have to wait

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published