twindle-co / twindle

Twindle - an open source project for beginners. Converting twitter threads to pdf, epub, and mobi format to be read by Kindle.
https://www.twindle.co
MIT License
134 stars 133 forks source link

Run twindle-cli and share output below #726

Closed johnjacobkenny closed 3 years ago

johnjacobkenny commented 3 years ago

Could everyone try to take the latest code and run twindle-cli. And please post your screenshots or any issues faced, or doubts :partying_face:

Here are couple instructions to get started,

  1. Pull latest code
  2. cd into twindle-cli
  3. run npm install

then run the index.js file!!

BONUS: show output from Kindle mobile app (free) You can do it

Proful commented 3 years ago

Here is my output of a thread

Screenshot_20201109_235946_com.amazon.kindle.jpg

EYRAM565 commented 3 years ago

Screenshot (64)

Proful commented 3 years ago

Great @EYRAM565 next try to send to Kindle mobile app

saurabhsri108 commented 3 years ago

image image image

EYRAM565 commented 3 years ago

okay.

Proful commented 3 years ago

@EYRAM565 can you please help @vasudeveloper001 in fixing his errors.

EYRAM565 commented 3 years ago

@vasu001 you have to node . -i then the tweet id -o instead, fetch any id at all no matter the date.

saurabhsri108 commented 3 years ago

Done @EYRAM565

EYRAM565 commented 3 years ago

nice. can you try last months'?

saurabhsri108 commented 3 years ago

Wait, let me check. Meanwhile, I recommend this 279 tweets long thread maintained since last 2 years for our use case scenario. We will figure out all the shortcomings with this thread.

https://twitter.com/ARanganathan72/status/924574125938503680

saurabhsri108 commented 3 years ago

image

Proful commented 3 years ago

@vasudeveloper001 this is mind blowing thread. I suggest create a issue and we can collect these threads, it will be great for testing 😊

Proful commented 3 years ago

@vasudeveloper001 add

-p

At the end of your command and run

saurabhsri108 commented 3 years ago

image

Worked this time.

EYRAM565 commented 3 years ago

Screenshot (66) Screenshot (69) it worked when i added -p at the end of the command .

Akshay2996 commented 3 years ago

Hello everyone, I am facing issue👇 Don't know how/what to fill in place of tweet Id. Do we need to get access of the twitter api access to see the result? If so, then I have yet to get my twitter api access.

@johnjacobkenny @EYRAM565 Do see & help me out in this. image

johnjacobkenny commented 3 years ago

Wait, let me check. Meanwhile, I recommend this 279 tweets long thread maintained since last 2 years for our use case scenario. We will figure out all the shortcomings with this thread.

https://twitter.com/ARanganathan72/status/924574125938503680

Does this run in current implementation

tr0mbl3y commented 3 years ago

Screenshot

johnjacobkenny commented 3 years ago

Hello everyone, I am facing issue👇 Don't know how/what to fill in place of tweet Id. Do we need to get access of the twitter api access to see the result? If so, then I have yet to get my twitter api access.

@johnjacobkenny @EYRAM565 Do see & help me out in this. image

@Akshay2996 tweet id is the last set of numbers in the url when you open any tweet. But right now, yes you need to have the api key to be able to try it out

Akshay2996 commented 3 years ago

See My PDF file. Didn't expect the cli command to be simple & straight forward to use after getting twitter API access. Great work all around to the Twindle-cli Team & to everyone👏

image

image

image The above 👆 thread stopped at page 1 only don't know why but others are working fine for me? https://twitter.com/ARanganathan72/status/924574125938503680

michaelcosj commented 3 years ago

I finally got the twitter api access!! Here are my screenshots of twindle-cli: twindle-cli-scrsht twindle-cli-thread-pdf1 twindle-cli-thread-pdf2

RafaelRodrigues55 commented 3 years ago

I have some doubts as well.

  1. How can I get my twitter api access?
  2. What is that 'token'? How can I find?
Proful commented 3 years ago

@twindle-co/developer someone please help @RafaelBatman55

Mira-Alf commented 3 years ago

I have some doubts as well.

  1. How can I get my twitter api access?
  2. What is that 'token'? How can I find?

Applying for developer access wiki

Answering questions on Twitter access application

Please read these two wiki pages for getting access from Twitter.

To understand the Twitter API and how it works, read this: Developers documentation

If you still have questions after reading these, please message on discord board or on Twitter group someone will definitely help.

RafaelRodrigues55 commented 3 years ago

Thank you so much! I'll have a lot to study now!

lh536 commented 3 years ago

This is the process step by step from the beginning.

  1. First I copy the folder twindle-cli.

  2. Then in a console typed npm install

image

  1. Then node index.js -i 1324987033039745026 and I got this message

image

I'm trying to solve this issue, as soon as I get it solve I will post the next step.

lh536 commented 3 years ago

I have some doubts as well.

  1. How can I get my twitter api access?
  2. What is that 'token'? How can I find?

Applying for developer access wiki

Answering questions on Twitter access application

Please read these two wiki pages for getting access from Twitter.

To understand the Twitter API and how it works, read this: Developers documentation

If you still have questions after reading these, please message on discord board or on Twitter group someone will definitely help.

Thank you Mira!

One more question... If I don't misunderstood every member have to apply for developer access on twitter, right?

johnjacobkenny commented 3 years ago

Currently, in order to run the cli the user needs to have the token

lh536 commented 3 years ago

Currently, in order to run the cli the user needs to have the token

Thank you Kenny! I'm apply for dev-access it right now.