You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+57-57Lines changed: 57 additions & 57 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,9 +22,9 @@ Instamancer is a new type of scraping tool that leverages Puppeteer's ability to
22
22
Read more about how Instamancer works [here](https://scriptsmith.github.io/instamancer/).
23
23
24
24
### Features
25
-
- Scrape hashtags and users
26
-
- Output JSON, CSV
25
+
- Scrape hashtags, users, and posts
27
26
- Download images, albums, and videos
27
+
- Output JSON, CSV
28
28
- Batch scraping
29
29
- Search hashtags, users, and locations
30
30
- API response validation
@@ -50,8 +50,6 @@ Metadata that Instamancer is able to gather from posts:
50
50
## Install
51
51
52
52
#### Linux
53
-
See [Puppeteer troubleshooting](https://github.com/GoogleChrome/puppeteer/blob/master/docs/troubleshooting.md#chrome-headless-fails-due-to-sandbox-issues)
54
-
55
53
Enable user namespace cloning:
56
54
```
57
55
sysctl -w kernel.unprivileged_userns_clone=1
@@ -64,22 +62,15 @@ Or run without a sandbox:
64
62
export NO_SANDBOX=true
65
63
```
66
64
65
+
See [Puppeteer troubleshooting](https://github.com/GoogleChrome/puppeteer/blob/master/docs/troubleshooting.md#chrome-headless-fails-due-to-sandbox-issues)
66
+
67
67
#### Without downloading chromium
68
68
If you wish to install Instamancer without downloading chromium, enable the `PUPPETEER_SKIP_CHROMIUM_DOWNLOAD` environment variable before installation
0 commit comments