Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 1.14 KB

README-Eng.md

File metadata and controls

20 lines (17 loc) · 1.14 KB

Gazeteci (Newsstand in Turkish) Build Status English Readme

Usage

  • Download the binary for your operating system from releases:
gazeteci [--mongo=MONGO_DB_URL] [--db=MONGO_DB] [--coll=MONGO_COLLECTION]

Contribute

  • For every newspaper, RSS feeds are checked for getting news URLs and then these URLs are used for scraping full texts of news.
  • In order to add a new newspaper you need to implement NewsFeed interface and register your new newspaper by gazeteci.Register.