Skip to content

dr-data/newsSum

 
 

Repository files navigation

newsSum

This is for the GCP Python 3 environment. For Python 2 environment, please see the branch gcp-py2

A Google App Engine application to parse RSS feeds and HTML pages to extract headlines. Result is available via JSON. Memcache is used to reduce process time.

UI is implemented with jQuery and Bootstrap.

A sample instance is hosted at https://news-sum.appspot.com/

Feel free to fork and add more sources (refer to the sources folder). Classes under the sources folder that extend the BaseSource class will be automatically discovered by the get_sources function and added to the list.

About

Google App Engine application to summarize news and headline. The result is available as JSON. HTML UI using jQuery and Bootstrap

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 79.1%
  • HTML 19.6%
  • CSS 1.2%
  • Shell 0.1%