Skip to main content

NewsTLDR

Project description

NewsTLDR

A Flasik extension to fetch and summarize the news.

It provides an API https://url/newstldr/

You will also need newstldr-admin

Requirements

  • AWS Account for S3
  • Google API Account for youtube

Install

Add in Flasik application requirements.txt newstldr

Config

    # NTLDR/Newsroom
    NTLDR_AWS_ACCESS_KEY_ID = AWS_ACCESS_KEY_ID
    NTLDR_AWS_SECRET_ACCESS_KEY = AWS_SECRET_ACCESS_KEY
    NTLDR_AWS_REGION_NAME = AWS_REGION_NAME
    NTLDR_IMAGES_STORAGE_PREFIX = "ntldr.imgs"
    NTLDR_SQS_MQ_NAME = "Newsroom"
    NTLDR_GOOGLE_API_KEY = GOOGLE_API_KEY

flasik.py

import newstldr.cli

projects = {
  "main": [
    "newstldr"
  ]
}

Setup

flasik news:setup

Run workers

To automatically import and process articles

Import Posts

flasik news:worker:import-posts

Run Task Q

flasik news:worker:run-taskq

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

newstldr-0.2.0.tar.gz (18.9 kB view hashes)

Uploaded Source

Built Distribution

newstldr-0.2.0-py2-none-any.whl (20.7 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page