Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there usage as module? #29

Closed
wvffle opened this issue Mar 31, 2021 · 4 comments · Fixed by #32
Closed

Is there usage as module? #29

wvffle opened this issue Mar 31, 2021 · 4 comments · Fixed by #32
Assignees
Labels
enhancement New feature or request P1 Highest priorities
Projects

Comments

@wvffle
Copy link

wvffle commented Mar 31, 2021

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
Copy link
Contributor

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
Copy link
Author

wvffle commented Mar 31, 2021

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
Copy link
Contributor

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 kaanyagci added this to In progress in npm module May 20, 2021
@kaanyagci kaanyagci added enhancement New feature or request P1 Highest priorities labels May 28, 2021
@kaanyagci kaanyagci self-assigned this May 28, 2021
npm module automation moved this from In progress to Done May 30, 2021
@kaanyagci
Copy link
Contributor

Hi @wvffle ,

The npm module support implemented with new version 4.0.0.

Happy coding 😎

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request P1 Highest priorities
Projects
Development

Successfully merging a pull request may close this issue.

2 participants