pholleran/Atom Feed to PDF Processor
Processes Atom feeds and converts articles to PDF format optimized for reMarkable tablets
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| recent_hours | Hours to look back for recent entries | no | 24 |
| feeds_file | Path to the text file containing Atom feed URLs | no | feeds.txt |
| remarkable_folder | Folder name in reMarkable Cloud for uploaded PDFs | no | AtomFeeds |
| device_token | reMarkable device token for authentication | yes | — |
| template_file | Path to a custom Jinja2 HTML template file (defaults to built-in template) | no | "" |
| css_file | Path to a custom CSS stylesheet file (defaults to built-in stylesheet) | no | "" |
Outputs
| name | description |
|---|---|
| pdf_count | Number of PDF files generated |
| log_file | Path to the processing log file |