We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It would be great if there was an unauthenticated way of just viewing totally public information from truth social
The text was updated successfully, but these errors were encountered:
Turns out you can already, maybe this is a mistake on TS' part, but
requests.get( "https://truthsocial.com/api/v1/accounts/107780257626128497/statuses?exclude_replies=true&with_muted=true", headers={ "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:131.0) Gecko/20100101 Firefox/131.0", "Accept": "application/json, text/plain, */*", "Accept-Language": "es-ES,es;q=0.8,en-US;q=0.5,en;q=0.3", "Referer": "https://truthsocial.com/search?q=trump", "DNT": "1", "Sec-Fetch-Dest": "empty", "Sec-Fetch-Mode": "cors", "Sec-Fetch-Site": "same-origin", }, ).json()
works and returns the JSON response. The same goes for some other endpoints I tried.
Truthbrush could be used without any account requirement, cool.
Sorry, something went wrong.
No branches or pull requests
It would be great if there was an unauthenticated way of just viewing totally public information from truth social
The text was updated successfully, but these errors were encountered: