fbjs
fbjs copied to clipboard
Tooling that automates your Facebook interactions.
For instance, we do not have much information on our README. Also, we do not have proper documentation. We need to update this to help newcomers.
For instance, there are no tests at all except for manual tests. We need to have tests.
CI is broken for now. - [ ] Add linter - [ ] Add automatic npm deployment on each new tag creation - [ ] #69
Hi all, great lib works very well, can we add a way to scrape the post date too? I tried to look into the lib inner workings, but cannot figure...
`fgps --group-ids 610355872400171 --output C:/Users/xx/Documents/ Cookie banner did not appear (node:9572) UnhandledPromiseRejectionWarning: TimeoutError: waiting for XPath "//div[@data-pagelet="Stories"]" failed: timeout 30000ms exceeded at new WaitTask (C:\Users\xx\AppData\Roaming\npm\node_modules\facebook-group-posts-scraper\node_modules\puppeteer\lib\DOMWorld.js:549:28) at DOMWorld._waitForSelectorOrXPath (C:\Users\xx\AppData\Roaming\npm\node_modules\facebook-group-posts-scraper\node_modules\puppeteer\lib\DOMWorld.js:478:22) at DOMWorld.waitForXPath...
- [ ] Add [contributor convenant](https://www.contributor-covenant.org/) as Code of Conduct - [ ] Update `README`
- [ ] Add a `CONTRIBUTING.md` file following the [example](https://github.com/auth0/open-source-template/blob/master/GENERAL-CONTRIBUTING.md) - [ ] Update README
We want to be able to post a comment a given post. We can do that with a function `void comment(String content)` in the `Post` class.
For instance, we're scraping only messages published in a Facebook Group. We need to get comments on this message and comments on a comment. - [x] #52 - [ ]...
- [ ] We need to merge the `fbjs-cli` repository content in this repository as a `cli` folder - [ ] Update the `package.json` to compile both library and CLI...