This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Copyright: Attribution-ShareAlike 4.0 (CC BY-SA 4.0) | |
https://creativecommons.org/licenses/by-sa/4.0/ | |
Redshirt27 Book 2 - Reconstruction | |
By: BobC - https://mastodon.hasameli.com/@BobC | |
2017-06-11T16:49:01+00:00 | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Copyright: Attribution-ShareAlike 4.0 (CC BY-SA 4.0) | |
https://creativecommons.org/licenses/by-sa/4.0/ | |
Redshirt27 Book 1 - Alone | |
By: BobC - https://mastodon.hasameli.com/@BobC | |
2017-04-15T01:55:50+00:00 | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
############################################################################### | |
# File: MastoPingParallelSort.bash | |
# | |
# Author: BobC https://mastodon.hasameli.com/@BobC | |
# License: "CC BY-NC-SA 4.0" https://creativecommons.org/licenses/by-nc-sa/4.0/ | |
# | |
# Requires: GNU Parallel | |
# | |
# Find the Mastodon instance closest to you based on average ping time. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
""" | |
MastoUserScrape.py - | |
Download toots (not Boosts) from 'https://mastodon.instance/@UserName' | |
and save in chronological order (oldest first). | |
Author: BobC - https://mastodon.hasameli.com/@BobC | |
License: "CC BY-NC-SA 4.0" https://creativecommons.org/licenses/by-nc-sa/4.0/ | |
Usage: python MastoUserScrape.py User@Instance ... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
""" | |
ReadMyToots.py - Download the toots you wrote, in chronological order. | |
Author: BobC - https://mastodon.hasameli.com/@BobC | |
License: "CC BY-NC-SA 4.0" https://creativecommons.org/licenses/by-nc-sa/4.0/ | |
Usage: python ReadMyToots.py [UserName InstanceName LoginEmail Password]+ | |
Parameters: UserName - Your handle on this instance (no '@') |