Makepad-fr / fbjs

Tooling that automates your Facebook interactions.
https://www.npmjs.com/package/@makepad/fbjs
GNU General Public License v3.0
64 stars 23 forks source link

Is there usage as module? #29

Closed wvffle closed 3 years ago

wvffle commented 3 years ago

I'd love to have RSS feeds generated from private facebook groups. This repo has pretty much everything I need though instead of forking it and maintaining a modified version I'd rather use it as a module.

kaanyagci commented 3 years ago

Hi @wvffle ,

Thanks for your feedback, for instance, I think this is not possible. I'm working on a separate branch to convert this CLI to a NodeJS module but for instance, it's just a work in progress.

For the RSS feed part, how about implementing it on this CLI as a flag something like --rss flag?

wvffle commented 3 years ago

The --rss flag seems good to me though first #30 or some other way of workarounding 2FA would need to be implemented as in my opinion rss would mostly run on servers.

kaanyagci commented 3 years ago

The workaround for 2FA is deactivating the 2FA :) Jokes aside, the cookie injection or the 2FA prompt will not be a permanent solution as Cookies can expire or 2FA will relaunching the browser.

kaanyagci commented 3 years ago

Hi @wvffle ,

The npm module support implemented with new version 4.0.0.

Happy coding 😎