Skip to content

Instantly share code, notes, and snippets.

@RustingSword
RustingSword / mastodon_bot.py
Last active March 4, 2024 14:00
一个简单的 mastodon bot
#!/usr/bin/env python3
import os
import random
from mastodon import Mastodon
API_BASE_URL = "https://me.ns.ci" # 注册网站,比如 https://me.ns.ci
EMAIL = os.environ.get("MASTODON_EMAIL") # 注册用的邮箱
PASSWORD = os.environ.get("MASTODON_PASSWORD") # 账号密码
@berkorbay
berkorbay / github_desktop_ubuntu.md
Last active April 24, 2025 04:52
To install Github Desktop for Ubuntu

IMPORTANT

See the following links for further updates to Github Desktop for Ubuntu. These are official instructions. (also mentioned by fetwar on Nov 3, 2023)

For the sake of "maintaining the tradition" here is the updated version.