Jefferson-Henrique / Jefferson-Henrique/GetOldTweets-python

Get tweets by multiple Usernames

Open
#241 2 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.