这是indexloc提供的服务,不要输入任何密码
Skip to content

buddylancer/fetcher.java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fetcher.java

Buddy Fetcher: Simple RSS fetcher/aggregator (Java/MySQL).

Project features:

  • collecting remote items (news, jobs etc) from a number of external websites
  • using standard input RSS-feeds or custom parsing
  • items fetcher can be run as frequently as needed (through scheduled task)
  • separate functionality for operations with DB (data access layer)
  • filtering items by categories (any number of categories)
  • generate output RSS-feeds (filtered by categories also)
  • caching logic for input RSS-feeds, web pages and output RSS-feeds
  • mobile version is configured through separate CSS
  • classic MVC (Model/View/Controller) implementation (own development)
  • simple REST API for extracting collected data
  • own testing framework (universal for PHP, .NET [Core] and Java versions)

Test scripts are located in local/tests folder.

This product was ported from original PHP version using own convertor. The convertor is written in C# and using ~150 regular expressions. Most of functionality (~90%) is auto-ported, the remaining is manually implemented.

Websites powered by Buddy Fetcher:

Other versions of Buddy Fetcher:

About

Buddy Fetcher: Simple RSS-feeds aggregator (Java/MySQL)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages