This file contains 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
############################################################################### | |
# A tool for exporting Mastodon followers | |
# Author: Zero | |
# Last update: 2022-02-09 | |
############################################################################### | |
# Usage | |
# | |
# 1. Save this code as `export_mastodon_followers.py` in your computer. | |
# | |
# 2. Edit it, note that there are three places need to be changed: |
This file contains 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
############################################################################### | |
# A tool for exporting rebloggers of one toot in Mastodon | |
# Author: Zero | |
# Last update: 2022-02-09 | |
############################################################################### | |
# Usage | |
# | |
# 1. Save this code as `export_rebloggers.py` in your computer; | |
# | |
# 2. Edit it, note that there are three places need to be changed: |
This file contains 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
/* | |
* Usage: | |
* 1. Open your instance in a web browser and log in with your account; | |
* 2. Press `F12` to open the console in your browser’s developer tools; | |
* 3. Copy all the code here and paste them on the console; | |
* 4. Hit `ENTER` and enjoy your time! | |
* | |
* Known Issue: | |
* The process may reach Mastodon’s limit. In that case, you can try again | |
* after a few minutes of rest. |