Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ebiselutica/noteswiper
- Owner: EbiseLutica
- License: mit
- Created: 2020-02-13T03:43:42.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T09:42:37.000Z (almost 2 years ago)
- Last Synced: 2024-04-13T12:50:54.473Z (7 months ago)
- Topics: delete-posts, dotnet-core, misskey, tool
- Language: C#
- Size: 10.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NoteSwiper
NoteSwiper は、Misskey の投稿を全部消す便利ツールです。
Misskey は、リプライや引用投稿などのぶら下がった投稿が、親投稿と共にカスケード削除される仕様がありますが、このカスケード削除が起こるとリモートで削除処理が行われず、あなたの黒歴史が残ってしまいます。
NoteSwiper は、そのようなカスケード削除が起こる可能性のある投稿を考慮し、カスケード削除が起こらないように順番に削除します。
また、レートリミットへの到達を検出した場合、しばらく待機しまた再開できます。
## 必要なもの
- .NET Core 3.0
## 実行方法
```shell
dotnet run
```## ライセンス
[MIT License](LICENSE)