Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ebiselutica/noteswiper

Automatic Note Deleter for Misskey
https://github.com/ebiselutica/noteswiper

delete-posts dotnet-core misskey tool

Last synced: 23 days ago
JSON representation

Automatic Note Deleter for Misskey

Awesome Lists containing this project

README

        

# NoteSwiper

NoteSwiper は、Misskey の投稿を全部消す便利ツールです。

Misskey は、リプライや引用投稿などのぶら下がった投稿が、親投稿と共にカスケード削除される仕様がありますが、このカスケード削除が起こるとリモートで削除処理が行われず、あなたの黒歴史が残ってしまいます。

NoteSwiper は、そのようなカスケード削除が起こる可能性のある投稿を考慮し、カスケード削除が起こらないように順番に削除します。

また、レートリミットへの到達を検出した場合、しばらく待機しまた再開できます。

## 必要なもの

- .NET Core 3.0

## 実行方法

```shell
dotnet run
```

## ライセンス

[MIT License](LICENSE)