Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/l7u7ch/fumus

Automatically delete Bluesky's Record
https://github.com/l7u7ch/fumus

bluesky scala

Last synced: about 2 months ago
JSON representation

Automatically delete Bluesky's Record

Awesome Lists containing this project

README

        

- Bluesky の Record を定期的に削除するプログラム
- 実行するには Docker が必要です

```bash
$ git clone https://github.com/l7u7ch/fumus
$ cd fumus
$ docker build -t fumus .
$ docker run -d \
-e IDENTIFIER= \
-e PASSWORD= \
--restart unless-stopped \
fumus
```