summaryrefslogtreecommitdiff
path: root/legacy_py/update_stories.py
diff options
context:
space:
mode:
authorssstvinc2 <sstvinc2@gmail.com>2017-02-09 20:28:28 -0500
committerssstvinc2 <sstvinc2@gmail.com>2017-02-09 20:28:28 -0500
commit9302f2f7ed6585cd384391753d0d711f672e12a5 (patch)
tree3a733ad19ae55b6b5d207f42163ba840a75d19f9 /legacy_py/update_stories.py
parentcbbd1122c78834b1beef349797d142ed6d23218a (diff)
Deleted a few unnecessary files from the repo
Diffstat (limited to 'legacy_py/update_stories.py')
-rwxr-xr-xlegacy_py/update_stories.py10
1 files changed, 0 insertions, 10 deletions
diff --git a/legacy_py/update_stories.py b/legacy_py/update_stories.py
deleted file mode 100755
index 4340148..0000000
--- a/legacy_py/update_stories.py
+++ /dev/null
@@ -1,10 +0,0 @@
-from get_sources import *
-
-nyt=get_nyt()
-#fox=get_fox()
-#nbc=get_nbc()
-
-url=nyt['h2']['href'][0]
-print(url)
-card=getTwitterCard("https://www.nytimes.com/2017/01/30/us/politics/trump-immigration-ban-memo.html")
-#print(card)