Miscellaneous command line scripts, utilities and templates
-
github_repos.sh: Check number of github repositories and update beeminder if increased
- Requires bmndr
-
so_rep.sh: Check stackoverflow reputation and update beeminder if increased
- Requires bmndr
- Note downvoting is not supported
- beeminder and stackoverflow can go out of sync when you downvote on stackoverflow
-
so_edits.sh: Check stackoverflow edits required for 'Strunk & White' badge and update beeminder if increased
- Requires bmndr
- StachExchnage is updated weekly (early on Sunday morning)
-
goodReads.py: Lookup book details including rating statistics using ISBN and calculate further statistics
- Requires goodreads python module
- Requires goodreads API key and API secret
- Broken - no more API keys and service retiring in 2021 See here and here
-
omdb: Lookup IMDB, rotten tomatoes ratings, runtime etc
- Requires jq
- Broken - requires free API key now
-
README.md: Git repository README.md template
-
notebook.ipynb: Jupyter notebook template
Some of these tools contain obvious problems and should be considered as "proof of concept" code. I'm putting it here with the hope that it is useful to someone. No judging me. Look at my other repositories for that.
Recent versions of bash, perl, python etc are probably required.
Check each script for additional dependencies.
The following should work on any unix-ish environment:
wget https://raw.githubusercontent.com/makeyourownmaker/misc/master/<scriptname>
chmod u+x <scriptname>
./<scriptname>
Read the source code to see what parameters are required or which variables need to be edited.
Probably going to make few to no changes. Some of these scripts may already be broken.
Most of these utilities are not used on a regular basis but if one starts to become really useful I'll move it to a separate repository.
Pull requests are welcome.