Code Monkey home page Code Monkey logo

Comments (6)

iamdeepak92 avatar iamdeepak92 commented on July 17, 2024 3

This is the first Threads scraper code. This requires no login . I think this will help someone.

https://github.com/iamdeepak92/threads-scraper

from threads-api.

Colin-Moran avatar Colin-Moran commented on July 17, 2024 3

@Mineru98 @junhoyeo

I feel silly. I had changed the username and password but after double checking everything I realized I was using an incorrect password for the account I was trying to log in to.

After resolving that, everything is working as expected! Thanks to both of you for the helpful responses.

from threads-api.

Mineru98 avatar Mineru98 commented on July 17, 2024 2

`import pkg from 'threads-api'; const { ThreadsAPI } = pkg;

const main = async () => { const threadsAPI = new ThreadsAPI({ username: 'username', // Your username password: 'password', // Your password });

await threadsAPI.publish('🤖 Hello World'); };

main();`

When attempting to use the publish function I receive this error:

Cannot read properties of undefined (reading 'split') at i. (C:\Users\Colin\Documents\GitHub\threads-bot\node_modules\threads-api\build\threads-api.js:1:7479) at C:\Users\Colin\Documents\GitHub\threads-bot\node_modules\threads-api\build\threads-api.js:1:1700 at Object.next (C:\Users\Colin\Documents\GitHub\threads-bot\node_modules\threads-api\build\threads-api.js:1:1805) at t (C:\Users\Colin\Documents\GitHub\threads-bot\node_modules\threads-api\build\threads-api.js:1:281) at i (C:\Users\Colin\Documents\GitHub\threads-bot\node_modules\threads-api\build\threads-api.js:1:478) at processTicksAndRejections (node:internal/process/task_queues:96:5)

Does anyone know a solution?

Did you change 'username' and 'password'?

  1. If I had to guess, neither your Instagram nor your Threads account should be private.
  2. It also doesn't work if you have Instagram's secondary security enabled.
  3. Check the status of your account's security measures on Instagram.

from threads-api.

Mineru98 avatar Mineru98 commented on July 17, 2024

This is the first Threads scraper code. This requires no login . I think this will help someone.

https://github.com/iamdeepak92/threads-scraper

When you want to publish a post, The code in that link does not provide functionality.

from threads-api.

junhoyeo avatar junhoyeo commented on July 17, 2024

@Colin-Moran Will start taking a look, sorry I was busy today. Thanks for filing an issue!
Can you check the requirements/possible cases that @Mineru98 mentioned?

from threads-api.

junhoyeo avatar junhoyeo commented on July 17, 2024

@iamdeepak92 Nice work! Glad to see you building, but please don't spam to all unrelated issues. 🙏

from threads-api.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.