aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-04-29Prepend https scheme if absent in media URI.HEADmasterArun Isaac
* apod-bot.sh: Prepend https scheme if absent in media URI. Re-indent title extraction code.
2017-09-03Organize GNU Social API calls with new `send-request' function.Arun Isaac
* apod-bot.sh (send-request): New function. Invoke `send-request' for all GNU Social API calls.
2017-09-03Support vimeo videos.Arun Isaac
* apod-bot.sh: Support vimeo videos as media. Clean up video detection code.
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-03Add troubleshooting tip.Arun Isaac
* README.org: Add troubleshooting tip about -x flag.
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-22Add link to bot running on my GNU Social instance.Arun Isaac
* README.org: Add link https://social.systemreboot.net/apod to bot running on my GNU Social instance.
2016-12-22Add example crontabArun Isaac
* README.org: Add example crontab to run bot.
2016-12-22Change attribution linkArun Isaac
* apod-bot.sh: Change attribution link to the new cgit "about" page.
2016-12-22Add README.orgArun Isaac
* README.org: Add a README file.
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