Skip to content

Commit e925b61

Browse files
committed
add missing item
1 parent 5301e7a commit e925b61

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.env.example

+5
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,11 @@ ACTION_INTERVAL= # Interval in minutes between action processing
5353
ENABLE_ACTION_PROCESSING=false # Set to true to enable the action processing loop
5454
MAX_ACTIONS_PROCESSING=1 # Maximum number of actions (e.g., retweets, likes) to process in a single cycle. Helps prevent excessive or uncontrolled actions.
5555
ACTION_TIMELINE_TYPE=foryou # Type of timeline to interact with. Options: "foryou" or "following". Default: "foryou"
56+
# CONFIGURATION FOR APPROVING TWEETS BEFORE IT GETS POSTED
57+
TWITTER_APPROVAL_DISCORD_CHANNEL_ID= # Channel ID for the Discord bot to listen and send approval messages
58+
TWITTER_APPROVAL_DISCORD_BOT_TOKEN= # Discord bot token (this could be a different bot token from DISCORD_API_TOKEN)
59+
TWITTER_APPROVAL_ENABLED= # Enable or disable Twitter approval logic #Default is false
60+
TWITTER_APPROVAL_CHECK_INTERVAL=60000 # Default: 60 seconds
5661

5762
# WhatsApp Cloud API Configuration
5863
WHATSAPP_ACCESS_TOKEN= # Permanent access token from Facebook Developer Console

0 commit comments

Comments
 (0)