JustAnotherArchivist / snscrape

A social networking service scraper in Python
GNU General Public License v3.0
4.33k stars 699 forks source link

Format --jsonl don't work #136

Closed marcoferre closed 3 years ago

marcoferre commented 3 years ago

Hi! i'm trying to get data in .json format but it doesn't work.

this is my command line: !snscrape --jsonl --max-results 10 twitter-search "#somehashtag since:2019-12-31 until:2020-09-25"

and it gets this error

usage: snscrape [-h] [--version] [-v] [--dump-locals] [--retry N] [-n N] [-f FORMAT] [--since DATETIME] {telegram-channel,googleplus-user,vkontakte-user,facebook-user,facebook-group,twitter-search,twitter-thread,twitter-list-members,gab-user,gab-user-comments,gab-user-media,instagram-user,instagram-hashtag,instagram-location,twitter-user,twitter-hashtag,twitter-list-posts} ... snscrape: error: unrecognized arguments: --jsonl

I'm executing this on a google Colab page

Thanks!

JustAnotherArchivist commented 3 years ago

Duplicate of #77