aboutsummaryrefslogtreecommitdiff
path: root/apod-bot.sh
AgeCommit message (Collapse)Author
2017-09-03Check bot authentication details.Arun Isaac
* apod-bot.sh: Make API request just to check if bot username/password are valid.
2017-09-03Make script 'noglob' and 'nounset'.Arun Isaac
* apod-bot.sh: Add -f and -u flags to shebang.
2017-09-03Improve duplicate notice detection.Arun Isaac
* apod-bot.sh: Use jq comparison to detect duplicate notice.
2017-09-02Downcase variable names.Arun Isaac
* apod-bot.sh: Downcase variable names.
2017-09-02Silence curl.Arun Isaac
* apod-bot.sh: Add -s and -S flags to curl to suppress output unless there is an error.
2017-08-24Add comments.Arun Isaac
* apod-bot.sh: Add comments.
2017-01-19Make script executableArun Isaac
* apod-bot.sh: Set mode to 755.
2016-12-22Change attribution linkArun Isaac
* apod-bot.sh: Change attribution link to the new cgit "about" page.
2016-12-22Switch to HTTPS URLArun Isaac
* apod-bot.sh (APOD_BASE_URL): NASA APOD has switched to HTTPS. Update the `APOD_BASE_URL' variable accordingly.
2016-12-22Initial commitArun Isaac