Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.sh

e.g.

```shell-session
env MISSKEY_ADMIN_TOKEN=some_misskey_token MISSKEY_HOST=misskey.example.com ./fetcher.sh
```