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
Twitter actions (likes, retweets, replies) are not executing. Only the posting mechanism is working.
To Reproduce
Install most recent version
Create a character file with clients: ['twitter']
In .env, put Twitter auth information, set enable twitter post generation to true, set enableActionProcessing to true, set actionInterval to 1, set maxActionsProcessing to 5.
Start the character
Expected behavior
A loop every ACTION_INTERVAL minutes that searches for relevant tweets to interact with and take action on that.
Additional Context
I've configured these settings both in the character file and in my .env file.
The text was updated successfully, but these errors were encountered:
Hello @justinschreiner! Welcome to the elizaOS community. Thank you for opening your first issue; we appreciate your contribution. You are now an elizaOS contributor!
Twitter Actions not Processing
Twitter actions (likes, retweets, replies) are not executing. Only the posting mechanism is working.
To Reproduce
clients: ['twitter']
Expected behavior
A loop every
ACTION_INTERVAL
minutes that searches for relevant tweets to interact with and take action on that.Additional Context
I've configured these settings both in the character file and in my .env file.
The text was updated successfully, but these errors were encountered: