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

Sync recent changes #711

Closed PuruVJ closed 3 years ago

PuruVJ commented 3 years ago

Description

Attach Screenshot

image

PuruVJ commented 3 years ago

Can somebody help me all the above commits tagging along?

I don't know how to get rid of these

johnjacobkenny commented 3 years ago

Can somebody help me all the above commits tagging along?

I don't know how to get rid of these

Lol

PuruVJ commented 3 years ago

What do you think Kenny? Looks good enough?

Mira-Alf commented 3 years ago

Looks good to me. There is twitter-puppeteer/index.js and Twitter/scraping/index. Js. Which one is being used??

PuruVJ commented 3 years ago

@Mira-Alf I've set up the scraping one as the default in my upcoming commit.

PuruVJ commented 3 years ago

Right now its twitter-puppeteer

Mira-Alf commented 3 years ago

Either way we ll need to get rid of one. We can discuss it during the evening call. Also down the road we don't need the puppeteer flag because the application should do scraping only if tweet is older than 7 days.

johnjacobkenny commented 3 years ago

@Mira-Alf I've set up the scraping one as the default in my upcoming commit.

Will wait before merging

PuruVJ commented 3 years ago

@johnjacobkenny Now you can merge it.

PuruVJ commented 3 years ago

If you can merge, I'll start looking into how to resolve that Jest error about token.

Proful commented 3 years ago

Please do not go wild and add typescript everywhere.

Typescript is not beginner friendly.

johnjacobkenny commented 3 years ago

@PuruVJ I'm not sure if you committed the typings folder

PuruVJ commented 3 years ago

We are not adding typescript in most of the places. We're editing only in JS files only. Only those familiar with TS files need to update the file.

There is no extra dependency introduced.

Beginners still need to code in javascript and there is no need to learn typescript.

@PuruVJ reduced the tone of your comments.

johnjacobkenny commented 3 years ago

Please do not go wild and add typescript everywhere.

Typescript is not beginner friendly.

@proful I think in this case it may be transparent to anyone using it, since he has added a few typings files which is silently there. But it adds value for the dev experience

Proful commented 3 years ago

That's fine. Just sharing my thoughts for future.

johnjacobkenny commented 3 years ago

@PuruVJ I'm not sure if you committed the typings folder

@PuruVJ will merge after your confirmation

PuruVJ commented 3 years ago

Committed

PuruVJ commented 3 years ago

Issue with keeping it in typings folder.

johnjacobkenny commented 3 years ago

Could you now merge into main with the changes? After that you can look at the tests