JustAnotherArchivist / snscrape

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

--jsonl option not working on pip3 install snscrape. It does work in the developement vesion #180

Closed Eyon42 closed 3 years ago

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

This does not happen in the development version.

JustAnotherArchivist commented 3 years ago

Duplicate of #77 and several others.