m-flak / newscrape

Fetch and save news articles with multi-user support. A Flask web app.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

newscrape

Fetch and save news articles with multi-user support. A Flask web app.

Click here to see NewScrape in action

Features:

  • Multi-User Login
  • Administration for managing registered users
  • Customizable keywords for news results from search engines (Currently: Google & Bing)
  • Saving of stories so you can read them later

Before using:

  1. Ensure that the MySQL server has the database, tables, and etc required. A SQL script is in /sql.
  2. (Optional) Execute the required SQL commands to create an initial admin account. Refer to the SQL script.
  3. Run make to generate the secret key file to be used by Flask.

That's all for now.

About

Fetch and save news articles with multi-user support. A Flask web app.


Languages

Language:Python 43.9%Language:JavaScript 34.0%Language:HTML 16.8%Language:TSQL 3.1%Language:CSS 1.9%Language:Makefile 0.3%