Click here to Skip to main content
15,880,651 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a person's name and keywords that would get a specific tweet. I need to get the tweet so I can extract the date it was tweeted. How can I do this with tweepy in python?

What I have tried:

results = api.search(q="")

for result in results:
    print(result.text)


Right now I'm only able to search tweets for keywords. I need this but for a specific person.
Posted
Updated 23-Aug-18 5:46am
Comments
Nelek 23-Aug-18 12:38pm    
I think you should ask to the technical support from tweeter... no one will know it better than they.
Patrice T 23-Aug-18 12:41pm    
What said Twitter Support Service ?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900