https://github.com/capjamesg/web-reader

A minimal web reader.

https://github.com/capjamesg/web-reader

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.7%) to scientific vocabulary

Keywords

atom feed-reader rss social-reader web-reader
Last synced: 5 months ago · JSON representation

Repository

A minimal web reader.

Basic Info
Statistics
  • Stars: 54
  • Watchers: 1
  • Forks: 3
  • Open Issues: 1
  • Releases: 0
Topics
atom feed-reader rss social-reader web-reader
Created over 1 year ago · Last pushed about 1 year ago
Metadata Files
Readme License

README.md

demo

Web Reader

A minimal web reader for following web feeds.

This project is intentionally not designed to be a real-time reader. Rather, it is designed to retrieve content in intervals (i.e. every hour, every day).

Web Reader supports the following feed formats:

  • RSS
  • Atom
  • JSON Feed
  • microformats2

Only posts published in the last two days will be displayed in the feed reader.

This is the predecessor to Artemis, a calm hosted web reader.

Installation

First, clone this repository and install the required dependencies:

git clone https://github.com/capjamesg/web-reader cd web-reader pip install -r requirements.txt

Then, update feeds.txt with the URLs of the feeds you want to follow.

Every feed should be on its own line in feeds.txt.

To poll for new posts, run:

python3 poll.py

To generate a site from the posts, run:

aurora build

Your feed will be available at _site/index.html.

This project uses the Aurora static site generator to generate web pagea. You can customise the site to your requirements. Reference material for Aurora is available on the Aurora documentation website.

License

This project is licensed under an MIT license.

Owner

  • Name: James
  • Login: capjamesg
  • Kind: user
  • Location: Scotland
  • Company: @Roboflow

from words, wonder.

GitHub Events

Total
  • Issues event: 3
  • Watch event: 49
  • Issue comment event: 3
  • Push event: 1
  • Fork event: 3
Last Year
  • Issues event: 3
  • Watch event: 49
  • Issue comment event: 3
  • Push event: 1
  • Fork event: 3

Committers

Last synced: 8 months ago

All Time
  • Total Commits: 12
  • Total Committers: 1
  • Avg Commits per committer: 12.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 7
  • Committers: 1
  • Avg Commits per committer: 7.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
James 3****g 12

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 2
  • Total pull requests: 0
  • Average time to close issues: about 6 hours
  • Average time to close pull requests: N/A
  • Total issue authors: 2
  • Total pull request authors: 0
  • Average comments per issue: 1.5
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 2
  • Pull requests: 0
  • Average time to close issues: about 6 hours
  • Average time to close pull requests: N/A
  • Issue authors: 2
  • Pull request authors: 0
  • Average comments per issue: 1.5
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • taciturnaxolotl (1)
  • superFelix5000 (1)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Dependencies

requirements.txt pypi
  • aurora-ssg *
  • granary *
  • requests *
  • tqdm *