From bf895ea5b11d6064d67b64695e56add8464d2456 Mon Sep 17 00:00:00 2001 From: JustAnotherArchivist Date: Sat, 17 Oct 2020 21:21:20 +0000 Subject: [PATCH] Minor README cleanup --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f441c3f..f09401c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ # snscrape -snscrape is a scraper for social networking services (SNS). It scrapes things like user profiles, hashtags, or searches and returns the discovered items, e.g. the relevant posts. +snscrape is a scraper for social networking services (SNS). It scrapes things like user profiles, hashtags, or searches and returns the discovered items, e.g. the relevant posts. The following services are currently supported: + * Facebook: user profiles, groups, and communities (aka visitor posts) * Instagram: user profiles, hashtags, and locations * Reddit: users, subreddits, and searches (via Pushshift) @@ -27,7 +28,8 @@ To get all tweets by Jason Scott (@textfiles): snscrape twitter-user textfiles -It's usually useful to redirect the output to a file for further processing, e.g. in bash using the filename `@textfiles-tweets`: +It's usually useful to redirect the output to a file for further processing, e.g. in bash using the filename `twitter-@textfiles`: + ```bash snscrape twitter-user textfiles >twitter-@textfiles ```