Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eniehack/misskey-dump
toolkit to dump local misskey's notes and fetch its notes
https://github.com/eniehack/misskey-dump
misskey python
Last synced: about 1 month ago
JSON representation
toolkit to dump local misskey's notes and fetch its notes
- Host: GitHub
- URL: https://github.com/eniehack/misskey-dump
- Owner: eniehack
- License: mit
- Created: 2024-06-09T13:59:58.000Z (8 months ago)
- Default Branch: trunk
- Last Pushed: 2024-06-09T14:18:02.000Z (8 months ago)
- Last Synced: 2024-11-02T03:05:45.392Z (3 months ago)
- Topics: misskey, python
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## requirements
- poetry (python package manager)
- misskey admin token## install
1. `poetry install`
## usage
1. set environment variable (`MISSKEY_ADMIN_TOKEN`, `MISSKEY_HOST`)
2. execute fetcher.she.g.
```shell-session
env MISSKEY_ADMIN_TOKEN=some_misskey_token MISSKEY_HOST=misskey.example.com ./fetcher.sh
```