Skip to content
New issue

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

full_text #15

Open
shaharyar2643 opened this issue Mar 27, 2018 · 3 comments
Open

full_text #15

shaharyar2643 opened this issue Mar 27, 2018 · 3 comments

Comments

@shaharyar2643
Copy link

The code works fine except it doesn't show extended text. Is there a way around to get the full text.

@Li357
Copy link

Li357 commented Jun 30, 2018

You have to add a kwarg to api.status_lookup in get_metadata.py:

tweets = api.statuses_lookup(id_batch, tweet_mode='extended')

@jason-lange
Copy link

Anyone have more more specific coding for how to add a kwarg to api.status_lookup in get_metadata.py? When I modify the line:
tweets = api.statuses_lookup(id_batch)
so that it reads:
tweets = api.statuses_lookup(id_batch, tweet_mode='extended')
I get a typeError: statuses_lookup() got an unexpected keyword argument 'tweet_mode'

@victoriateo
Copy link

I had the same issue as jason-lange.
You just need to pip uninstall tweepy in your command line, then pip install tweepy.
It worked for me! For more details, see tweepy/tweepy#840.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants