Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/l7u7ch/fumus
- Owner: l7u7ch
- License: mit
- Created: 2024-09-07T02:57:28.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-07T03:47:19.000Z (5 months ago)
- Last Synced: 2024-10-14T19:42:37.180Z (3 months ago)
- Topics: bluesky, scala
- Language: Scala
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```