https://github.com/capjamesg/web-reader
A minimal 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
Repository
A minimal web reader.
Basic Info
- Host: GitHub
- Owner: capjamesg
- License: mit
- Language: Python
- Default Branch: main
- Homepage: https://artemis.jamesg.blog
- Size: 24.4 KB
Statistics
- Stars: 54
- Watchers: 1
- Forks: 3
- Open Issues: 1
- Releases: 0
Topics
Metadata Files
README.md
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
- Website: jamesg.blog
- Repositories: 320
- Profile: https://github.com/capjamesg
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
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
- aurora-ssg *
- granary *
- requests *
- tqdm *