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: 9 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 (over 14 years ago)
- Default Branch: master
- Last Pushed: 2021-03-10T05:45:25.000Z (over 5 years ago)
- Last Synced: 2024-09-29T18:42:06.539Z (over 1 year 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