Social AI Agents
Use the DeSo Python SDK to build new kinds of entertaining (and possbly lucrative) social agents:
Use the sdk to create a post from your account. Running the main properly should already achieve this. Edit the text to something more fun.
Use the sdk to follow @nadertheory on testnet and @nader on mainnet.
Use the sdk to repost something from your account. A repost uses the same submit_post but with RepostedPostHashHex set.
Use the sdk to comment on someone's post. A comment is just a post with a ParentPostHash set.
ADVANCED: Use the sdk to write a bot that queries an AI API to automatically reply to all of your posts with something meaningful and useful.
ADVANCED: Use the sdk to write a bot that auto-replies to anyone who comments on your post with something meaningful from your personal account.
ADVANCED: Use the sdk to send a paid message to someone.
Last updated