Jefferson-Henrique / Jefferson-Henrique/GetOldTweets-python
Get tweets by multiple Usernames
Open
- Dominant language
- Python
- Stars
- 1.3k
- Forks
- 790
- PR merge metrics
- No merged PRs in 30d
Description
Hi.
I want to obtain the tweets of a lot of usernames. But I don't want to write the comand in the terminal a lot of times. I try this:
usernames = ["name1", "name2", ..... "nameX"]
for i in usernames:
tweetCriteria.username = i
got.manager.TweetManager.getTweets(tweetCriteria, receiveBuffer)
But doesn't work, the output.csv result is empty. Any idea?
Thank You.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.