[+] Test download tweets

This commit is contained in:
Hykilpikonna
2021-11-03 18:59:28 -04:00
parent 2086c5199d
commit 3e74ee84b1
+2 -4
View File
@@ -1,4 +1,4 @@
from collect.twitter import tweepy_login, get_user_tweets
from collect.twitter import tweepy_login, download_user_tweets
from collect.utils import *
@@ -6,7 +6,5 @@ if __name__ == '__main__':
conf = load_config()
api = tweepy_login(conf)
tweets = get_user_tweets(api, 'voxdotcom')
print(len(tweets))
download_user_tweets(api, 'voxdotcom')