Skip to content

Instantly share code, notes, and snippets.

View zero-mstd's full-sized avatar

Zero zero-mstd

View GitHub Profile
/*
* 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.
###############################################################################
# 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:
@zero-mstd
zero-mstd / export_mastodon_followers.py
Last active January 31, 2024 07:28
A tool for exporting Mastodon followers
###############################################################################
# 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: