Skip to main content

Monitor RSS feeds for keywords and act on matching results. A special project of the Freedom of the Press Foundation.

Project description

Track The News

trackthenews is the script that powers @FOIAfeed, a Twitter bot that monitors news outlets for reporting that incorporates public records laws like the Freedom of Information Act (FOIA), and tweets links to and excerpts from matching articles. The underlying software can track any collection of RSS feeds for any keywords.

If you want to run your own instance of trackthenews, you can download and install the package, and run its built-in configuration process. It can be installed with pip:

Python 3.6 is recommend but if you run into troubles, try it with Python 2.7.

pip3 install trackthenews

or by cloning the GitHub repository and running setup.py:

python3 setup.py install

Once it is installed, you can create a configuration by running the following command in the appropriate directory:

trackthenews --config

By default, the script will place all configuration files in a new ttnconfig folder in your current working directory, but you can also designate a directory for it to use.

python3 trackthenews --config ~/foo/bar/path

That configuration process will create the necessary files and walk you through setting up a Twitter bot for matching stories. After it is configured, you'll need to use a text editor to add the matchwords and RSS feeds to their respective files.

Once you've got everything set up, you can run the program without the --config flag to check for matching articles.

trackthenews

If you designated a custom installation directory, or if you're running it from another directory (or a cron job, for example) you will need to designate the directory in which the configuration files are installed.

trackthenews ~/foo/bar/path

Settings, such as the background color for new posts, the font, and the user-agent, are all located in config.yaml, in the designated configuration directory.

How it works

Most of the script is dedicated to the Article class.

  • Articles are created based on inputs. Currently those inputs are RSS feeds, which are stored in rssfeeds.json, but in future versions other inputs will include direct URLs, news APIs, Twitter feeds, or scraped pages.
  • A series of Article methods then scrape and isolate the contents of each article (currently that cleanup is done with a Python port of Readability, but future versions may incorporate some per-site parsing), check whether it's suitable for posting, and then prepare images for tweeting.
  • Finally, the Article tweets itself.

All articles are recorded in a sqlite database.

Advanced feature: blocklist

In some cases, you may wish to suppress articles from being posted, even though they would otherwise match. You can do so by writing a new function, check, and placing it in a file named blocklist.py in the configuration directory. check takes an Article (and so has access to its outlet, title, and url) and should return true for any article that should be skipped.

License

MIT.

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

trackthenews-0.1.9.tar.gz (280.4 kB view details)

Uploaded Source

Built Distribution

trackthenews-0.1.9-py3-none-any.whl (278.8 kB view details)

Uploaded Python 3

File details

Details for the file trackthenews-0.1.9.tar.gz.

File metadata

File hashes

Hashes for trackthenews-0.1.9.tar.gz
Algorithm Hash digest
SHA256 4830d10aec89d41048967e9a38a1dea64caef9b6340b23e04cc4bee44bc91d0a
MD5 069d8da5a100dcf3a82e818a68f0687c
BLAKE2b-256 ad5d8755ae1f449433137c86f00025e634435393574b40771cf62f076b9f3f02

See more details on using hashes here.

File details

Details for the file trackthenews-0.1.9-py3-none-any.whl.

File metadata

File hashes

Hashes for trackthenews-0.1.9-py3-none-any.whl
Algorithm Hash digest
SHA256 f4add53f07aa6018bc76f138b0258a0d02fa35093d088d0d4fe32039e9202add
MD5 30021ee38194d8cccb22b0592201f190
BLAKE2b-256 333e40c5f6aa740e6846685ac8c39bcba361c55aeef19ce555b236aedf6217ac

See more details on using hashes here.

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