Skip to content

konstantinosmelis/reddit_scrapping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reddit Scrapping Flask app

This is a simple flask application that takes images from the r/EarthPorn subreddit, using the Reddit API, and places them on a map.

Install and run

git clone https://github.com/konstantinosmelis/reddit_scrapping.git flask_app && \
cd flask_app && \
pip install -r requirements.txt && \
spacy download en_core_web_md && \

You should also add a .env file where the GEONAMES_KEY key would be present.

Then open your browser and go to: http://localhost:5000/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages