Revert "[-] Remove testing script"

This reverts commit 963256ce16.
This commit is contained in:
Hykilpikonna
2021-11-22 00:24:56 -05:00
parent 459e1c6912
commit b55b4f3e4c
+10
View File
@@ -0,0 +1,10 @@
from collect.twitter import tweepy_login, download_user_tweets
from collect.utils import *
if __name__ == '__main__':
conf = load_config()
api = tweepy_login(conf)
download_user_tweets(api, 'sauricat')