twitterscraper icon indicating copy to clipboard operation
twitterscraper copied to clipboard

The switch --profile giving null output

Open j824h opened this issue 5 years ago • 2 comments

After a run with the switch --profiles, the output userprofiles_tweets.json contains the value null for each user to be saved.

I suspect this is due to confusion of the data items.

Twitter Help Center tweet.py user.py Usually seen
Username screen_name user @j824h
Name username full_name ☆jUngHyeon☆

Apparently, main.py must be requesting https://twitter.com/☆jUngHyeon☆ and come back with 404.

For now I have my own fix.

Can anyone reproduce the problem? If you do, please confirm the bug so that I can create a PR.

j824h avatar Jul 26 '20 05:07 j824h

Which command are you using for this problem to occur?

taspinar avatar Jul 28 '20 11:07 taspinar

twitterscraper Trump --limit 20 --profiles

It was the command using --profiles, not --profile (sorry for confusion).

Now I can't reproduce my issue as I'm unable to obtain any result, probably related to #336, #339.

j824h avatar Aug 23 '20 15:08 j824h