You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .env.example
+5
Original file line number
Diff line number
Diff line change
@@ -53,6 +53,11 @@ ACTION_INTERVAL= # Interval in minutes between action processing
53
53
ENABLE_ACTION_PROCESSING=false# Set to true to enable the action processing loop
54
54
MAX_ACTIONS_PROCESSING=1# Maximum number of actions (e.g., retweets, likes) to process in a single cycle. Helps prevent excessive or uncontrolled actions.
55
55
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
0 commit comments