junhoyeo / threads-api

Unofficial, Reverse-Engineered Node.js/TypeScript client for Meta's Threads. Web UI Included.
https://threads.junho.io
MIT License
1.59k stars 134 forks source link

Deno threads-api npm not found #57

Open theprashant-one opened 1 year ago

theprashant-one commented 1 year ago

Am getting the error on Deno Deploy that thread api npm not found

junhoyeo commented 1 year ago
import ThreadsAPI from 'npm:threads-api';
const threadsAPI = new ThreadsAPI.ThreadsAPI({});

@prashantkumar23 Hi! Have you tried using like the above as in #53?