snscrape
snscrape copied to clipboard
Truth Social
When Truth Social is finally released to the public (if it's available to the unauthenticated) and I'm finished the parler scraper I'll probably add it to snscrape. It seems like a pretty volatile site.
So... is anything publicly accessible?
Hmm, from Wikipedia:
The service is only accessible via an iPhone app,[2] and access is limited to users in the United States and Canada.[3]
As I don't use and am not planning on using Truth Social, I can't experiment with their app, so I'm not sure if it requires an account, although since it's limited to the US and Canada it probably does.
It's based on Mastodon, apparently, and open source so that stuff can probably be figured out.
As far as I can tell, everything requires auth. So closing this as non-actionable. If someone discovers that there is a way to bypass the login requirement, we can reopen this.
Great timing... When I was experimenting with it last night, it wasn't accessible (at least the things I tested), but now it apparently is, see #493.
Thx. Sorry for posting in sep thread.
Here's a Truth Social API wrapper: https://github.com/stanfordio/truthbrush Unfortunately it requires authentication, there doesn't seem to be a way around that.
snscrape can't and won't do auth: #270.
But the API is now accessible it seems, again see #493