We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After a run with the switch --profiles, the output userprofiles_tweets.json contains the value null for each user to be saved.
--profiles
userprofiles_tweets.json
null
I suspect this is due to confusion of the data items.
tweet.py
user.py
screen_name
user
username
full_name
Apparently, main.py must be requesting https://twitter.com/☆jUngHyeon☆ and come back with 404.
main.py
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.
The text was updated successfully, but these errors were encountered:
Which command are you using for this problem to occur?
Sorry, something went wrong.
twitterscraper Trump --limit 20 --profiles
It was the command using --profiles, not --profile (sorry for confusion).
--profile
Now I can't reproduce my issue as I'm unable to obtain any result, probably related to #336, #339.
No branches or pull requests
After a run with the switch
--profiles
, the outputuserprofiles_tweets.json
contains the valuenull
for each user to be saved.I suspect this is due to confusion of the data items.
tweet.py
user.py
screen_name
user
username
full_name
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.
The text was updated successfully, but these errors were encountered: