Find answers from the community

Updated last year

Hi All,

At a glance
Hi All,
any idea why i get the "ImportError: cannot import name 'TwitterTweetReader' from 'llama_index' (/home/user/.local/lib/python3.10/site-packages/llama_index/init.py)" error.
I am running llama-index-0.9.8
I checked the "init.py" and TwitterTweetReader is listed there in all list
L
P
4 comments
It's in the all list, but it's not actually imported above the list.

Seems like it was accidently left in. The correct import is from llama_index.readers import TwitterTweetReader
Thx, it actually worked after I manually installed tweepy, but now have problem reading tweets.
Looks like I need paid API key to be able to do so.
Or am I missing something here ?
Yeah. free tier is write-only
Free

For write-only use cases and testing the Twitter API
Add a reply
Sign up and join the conversation on Discord