Giter Site home page Giter Site logo

therssreader's Introduction

#TheRSSReader

##A RSS aggregator in Python

###John Novak

####What is this? This is a RSS aggregator/reader written in python. The original intent was to make a system which would be amenable to Natural Language Processing (NLP). It uses the feedparser module to handle RSS feeds, and BeautifulSoup to handle the wab pages. The full HTML of every article is retreived and stored in an SQL database. The text of each page is also extracted and stored.

A daemon is included so that the aggregator can be run in the background. It uses the daemon module: https://pypi.python.org/pypi/python-daemon/

There is a web interface included which is written in flask.

####Required modules: feedparser - https://pypi.python.org/pypi/python-daemon/
BeautifulSoup - http://www.crummy.com/software/BeautifulSoup/
sqlalchemy - http://www.sqlalchemy.org/
NLTK - http://nltk.org/
daemon - https://pypi.python.org/pypi/python-daemon/
flask - http://flask.pocoo.org/

You will also obviously need to have some version of SQL on your system.

####State of the project: This project has been on hold for a few months now because I am finishing my PhD. I am putting it out there right now so that other people can use what I've done so far and it wont die a sad death in a back corner of my hard drive.

therssreader's People

Contributors

johnfnovak avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.