Skip to content

Commit b88fc20

Browse files
committed
v0.1.6, updated README and package.json
1 parent 1e1c6fe commit b88fc20

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ const scrapedEvents = await scrapeEvents(sources, options);
3838
console.dir(scrapedEvents, { depth: null });
3939
```
4040

41+
## AWS Lambda Configuration
42+
In **General configuration** set **Memory** to 1600MB or more preferably and
43+
**Timeout** to a reasonable value based on the number of sources to scrape plus
44+
some headroom.
45+
4146
## TODO
4247
- [X] Make AWS Lambda compatible
4348
- [ ] Proxy support (only GraphQL API requests seem to be affected by rate limits)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mmankos/fes",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"description": "A Facebook event scraper that extracts events via both HTML-embedded data and the GraphQL API.",
55
"keywords": [
66
"facebook",

0 commit comments

Comments
 (0)