mirror of
https://github.com/bellingcat/snscrape.git
synced 2026-06-11 03:48:29 +03:00
Clarify twitter-list-posts argument value
This commit is contained in:
@@ -625,7 +625,7 @@ class TwitterListPostsScraper(TwitterSearchScraper):
|
||||
|
||||
@classmethod
|
||||
def setup_parser(cls, subparser):
|
||||
subparser.add_argument('list', help = 'A Twitter list, formatted as "username/listname"')
|
||||
subparser.add_argument('list', help = 'A Twitter list ID or a string of the form "username/listname" (replace spaces with dashes)')
|
||||
|
||||
@classmethod
|
||||
def from_args(cls, args):
|
||||
|
||||
Reference in New Issue
Block a user