Skip to content

Commit

Permalink
other files
Browse files Browse the repository at this point in the history
  • Loading branch information
supthunder authored Jan 18, 2017
1 parent cb2b5b2 commit ddb3a2a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions mentionLog.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
["2017-01-18 03:43:22"]
3 changes: 3 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
beautifulsoup4 == 4.5.3
requests == 2.12.4
tweepy == 3.5.0
7 changes: 7 additions & 0 deletions run.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import os
import time
def main():
while(True):
os.system("python3 matrix.py")
time.sleep(60)
main()

0 comments on commit ddb3a2a

Please sign in to comment.