Skip to content

Python/django app to harvest feeds and store the articles in elasticsearch

Notifications You must be signed in to change notification settings

EikeDehling/feed-harvesting-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[Installing]

virtualenv . bin/pip install django bin/pip install elasticsearch bin/pip install feedparser

[Running admin UI]

cd harvesting ../bin/python manage.py runserver 0.0.0.0:8000 --insecure

[Runnig feed harvester]

bin/python manage.py fetch

About

Python/django app to harvest feeds and store the articles in elasticsearch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published