init with manual upload from other instance

This commit is contained in:
qwjyh 2025-06-08 12:29:31 +09:00
commit 556577bcd5
6 changed files with 369 additions and 0 deletions

12
pyproject.toml Normal file
View file

@ -0,0 +1,12 @@
[project]
name = "misskey-update-emoji-files"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"bpython>=0.25",
"pyperclip>=1.9.0",
"python-dotenv>=1.1.0",
"requests>=2.32.3",
]