Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/delonnewman/magbot
A CLI application for fetching media from jw.org feeds
https://github.com/delonnewman/magbot
cli-app jw jw-org perl perl5
Last synced: 3 months ago
JSON representation
A CLI application for fetching media from jw.org feeds
- Host: GitHub
- URL: https://github.com/delonnewman/magbot
- Owner: delonnewman
- Archived: true
- Created: 2011-11-09T20:12:39.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2021-03-10T05:45:25.000Z (almost 4 years ago)
- Last Synced: 2024-05-01T12:35:06.721Z (8 months ago)
- Topics: cli-app, jw, jw-org, perl, perl5
- Language: Perl
- Homepage:
- Size: 84 KB
- Stars: 9
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NAME
magbot - For fetching media from jw.org feeds
# SYNOPSIS
> magbot
# downloads magazines as specified in the $HOME/.magbot configuration file> magbot -d
# starts in daemon mode and checks for new downloads each day> magbot -c
# checks for new items in feeds in the $HOME/.magbot configuration file reports
# the results on the screen and exits> magbot -c g E MP3
# checks the current English Awake! feed and exits> magbot g E MP3
# downloads the current English Awake! magazines in MP3 format> magbot w J PDF
# downloads the current Japanese Watchtower magazines in PDF format> magbot w AL PDF 2012-08
# downloads August 2012 Albanian Watchtower magazine in PDF format# DESCRIPTION
For fetching media from jw.org from the command-line prints
Gtk notifications, to standard output, and to Syslog.# DEPENDENCIES
YAML
XML::LibXML
Gtk2::Notify (optional)
HTTP::Tiny# AUTHOR
Delon Newman