Skip to content

API no oficial de Threads con TypeScript y Bun

Notifications You must be signed in to change notification settings

pheralb/threads-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Threads API no oficial

Para fines educativos

Primeras pruebas con Curl

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

About

API no oficial de Threads con TypeScript y Bun

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • TypeScript 100.0%