https://github.com/midudev/threads-api
API no oficial de Threads con TypeScript y Bun
https://github.com/midudev/threads-api
threads threads-api
Last synced: 9 months ago
JSON representation
API no oficial de Threads con TypeScript y Bun
- Host: GitHub
- URL: https://github.com/midudev/threads-api
- Owner: midudev
- Created: 2023-07-11T17:55:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-15T00:03:53.000Z (over 2 years ago)
- Last Synced: 2025-04-10T09:09:25.786Z (9 months ago)
- Topics: threads, threads-api
- Language: TypeScript
- Homepage: https://p01--api--dlrxpfyfc9jw.code.run/
- Size: 14.6 KB
- Stars: 92
- Watchers: 2
- Forks: 20
- Open Issues: 4
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Threads API no oficial
Para fines educativos
## Primeras pruebas con Curl
```sh
curl 'https://www.threads.net/api/graphql' \
-H 'content-type: application/x-www-form-urlencoded' \
-H 'sec-fetch-site: same-origin' \
-H 'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36' \
-H 'x-ig-app-id: 238260118697367' \
--data 'variables={ "userID": "8242141302" }' \
--data doc_id=23996318473300828
```