Skip to content

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Harvester

News aggregator which is supposed to be deployed on a server and be triggers by cron (or other similar tool).

It runs through a list of rss and filter the entries by title. A set of keywords is used for this purpose. Keywords can be changed and tuned for other fields.

Then selected articles are asyncronously downloaded, parsed and saved to db (Postgresql).

Requirements

  • aioelasticsearch==0.1.5 - aioelasticsearch-py wrapper for asyncio
  • aiofiles==0.3.1 - for handling local disk files in asyncio applications
  • aiohttp==2.1.0 - HTTP client/server for asyncio (only client is used here)
  • aiopg==0.13.0 - library for accessing a PostgreSQL database from the asyncio
  • beautifulsoup4==4.6.0 - library for pulling data out of HTML
  • feedparser==5.2.1 - universal feed parser, handles RSS, CDF, Atom feeds
  • motor==1.1 - asynchronous Python driver for MongoDB
  • python-dateutil==2.6.0 - extensions to the standard datetime module
  • pytz==2017.2 - world timezone definitions for Python
  • SQLAlchemy==1.1.10 - Object Relational Mapper

About

No description or website provided.

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages