SDKs & Code Examples
SDKs
While there are no official SDKs for SocialData API at the moment, there are a number of projects using SocialData that open sourced their implementation.
OpenAPI Specification & LLMs Files
- OpenAPI Spec (updated on March 1, 2025)
- Swagger - OpenAPI spec preview on swagger.io
- llms.txt Markdown file with table of contents of SocialData API documentation (updated on Mar 1, 2025)
- llms-full.txt Markdown file with full contents of SocialData API documentation for easy use with LLMs (updated on Mar 1, 2025)
Code Examples
TypeScript / JavaScript
- SocialData Client client and type definitions influded in Agentic by @transitive_bs: https://github.com/transitive-bullshit/agentic/blob/main/packages/social-data/src/social-data-client.ts
- Twitter Personality by Wordware AI: https://github.com/wordware-ai/twitter
- Severance Meme Generator by @transitive_bs: https://github.com/transitive-bullshit/severance-wellness-memes
- Shiptalkers by @RhysSullivan: https://github.com/RhysSullivan/shiptalkers
- Twitter Followers Export - a tool to export complete followers/following list for any account by nickstokes7: https://github.com/nickstokes7/twitter-followers-export
- Twitter Tweets Export - a tool to export all tweets by any Twitter user, or using any custom search query by nickstokes7: https://github.com/nickstokes7/twitter-tweets-export