switch to tweepy
This commit is contained in:
@@ -2,5 +2,16 @@
|
||||
# Scan all accounts for cross-company interactions.
|
||||
# Terminates when finished scanning.
|
||||
|
||||
import os
|
||||
import TwitterAPI as api
|
||||
|
||||
from util import *
|
||||
|
||||
## Returns list of tweets present in queue.txt
|
||||
def get_local_queue():
|
||||
f = open(os.path.join(get_project_dir(), 'queue.txt'))
|
||||
pass
|
||||
|
||||
def run():
|
||||
queue = get_local_queue()
|
||||
pass
|
||||
Reference in New Issue
Block a user