Spaces:
Running
Running
Update main.py
Browse files
main.py
CHANGED
|
@@ -73,7 +73,8 @@ AGENCY_SCRAPE_TARGETS = {
|
|
| 73 |
"OSTP": "https://www.whitehouse.gov/ostp/news/",
|
| 74 |
"White House": "https://www.whitehouse.gov/news/",
|
| 75 |
"Department of Energy": "https://www.energy.gov/technologycommercialization/listings/press-releases",
|
| 76 |
-
"Department of War": "https://www.war.gov/News/releases/"
|
|
|
|
| 77 |
}
|
| 78 |
NEWS_FEEDS = {
|
| 79 |
"Politico Tech": "https://rss.politico.com/technology.xml",
|
|
@@ -86,6 +87,8 @@ NEWS_FEEDS = {
|
|
| 86 |
"Defense One": "https://www.defenseone.com/rss/all/",
|
| 87 |
"Breaking Defense": "https://breakingdefense.com/feed/",
|
| 88 |
"FedScoop": "https://fedscoop.com/feed/",
|
|
|
|
|
|
|
| 89 |
}
|
| 90 |
|
| 91 |
# --- AI SETUP ---
|
|
|
|
| 73 |
"OSTP": "https://www.whitehouse.gov/ostp/news/",
|
| 74 |
"White House": "https://www.whitehouse.gov/news/",
|
| 75 |
"Department of Energy": "https://www.energy.gov/technologycommercialization/listings/press-releases",
|
| 76 |
+
"Department of War": "https://www.war.gov/News/releases/",
|
| 77 |
+
"Department of Commerce": "https://www.commerce.gov/news/press-releases"
|
| 78 |
}
|
| 79 |
NEWS_FEEDS = {
|
| 80 |
"Politico Tech": "https://rss.politico.com/technology.xml",
|
|
|
|
| 87 |
"Defense One": "https://www.defenseone.com/rss/all/",
|
| 88 |
"Breaking Defense": "https://breakingdefense.com/feed/",
|
| 89 |
"FedScoop": "https://fedscoop.com/feed/",
|
| 90 |
+
"WSJ": "https://feeds.content.dowjones.io/public/rss/RSSWSJD",
|
| 91 |
+
'WaPo': "https://www.washingtonpost.com/discussions/2018/10/12/washington-post-rss-feeds/"
|
| 92 |
}
|
| 93 |
|
| 94 |
# --- AI SETUP ---
|