-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Twitter posting fucntion for Microchain (#567)
- Loading branch information
Showing
3 changed files
with
40 additions
and
14 deletions.
There are no files selected for viewing
6 changes: 6 additions & 0 deletions
6
prediction_market_agent/agents/microchain_agent/microchain_agent_keys.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
from prediction_market_agent.utils import APIKeys | ||
|
||
|
||
class MicrochainAgentKeys(APIKeys): | ||
# Double check to make sure you want to actually post on public social media. | ||
ENABLE_SOCIAL_MEDIA: bool = False |
29 changes: 21 additions & 8 deletions
29
prediction_market_agent/agents/microchain_agent/twitter_functions.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters