mirror of
https://github.com/bradganley/bsky-user-activity-bot.git
synced 2025-12-11 19:55:24 +00:00
Added variables to disable/enable event types. Updated examples
Some checks failed
Create and publish the bot container / build-and-push-image (push) Has been cancelled
Some checks failed
Create and publish the bot container / build-and-push-image (push) Has been cancelled
This commit is contained in:
11
.env.example
11
.env.example
@@ -1,10 +1,13 @@
|
||||
TRACKER_BSKY_HANDLE=
|
||||
TRACKER_BSKY_PASSWORD=
|
||||
JETSTREAM_URL='wss://jetstream1.us-west.bsky.network/subscribe'
|
||||
DEBUG_LOG_ACTIVE=true
|
||||
DEBUG_LOG_LEVEL=info
|
||||
|
||||
JETSTREAM_URL='wss://jetstream1.us-west.bsky.network/subscribe'
|
||||
POST_EVENT=true
|
||||
LIKE_EVENT=true
|
||||
BLOCK_EVENT=true
|
||||
REPOST_EVENT=true
|
||||
|
||||
SESSION_DATA_PATH='/sessionData'
|
||||
|
||||
USER_DID=
|
||||
NAME=
|
||||
USER_DID=
|
||||
Reference in New Issue
Block a user