IJ-Reynolds HF Staff commited on
Commit
588fa90
·
verified ·
1 Parent(s): ed53605

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +15 -0
main.py CHANGED
@@ -57,6 +57,15 @@ CONGRESS_SCRAPE_TARGETS = {
57
  "Sen. Kim": "https://www.kim.senate.gov/press-releases/",
58
  "Rep. Beyer": "https://beyer.house.gov/news/",
59
  "Rep. Lieu": "https://lieu.house.gov/media-center/press-releases"
 
 
 
 
 
 
 
 
 
60
  }
61
 
62
  NEWS_FEEDS = {
@@ -65,6 +74,12 @@ NEWS_FEEDS = {
65
  "Tech Policy Press": "https://www.techpolicy.press/rss/",
66
  "Wired AI": "https://www.wired.com/feed/tag/ai/latest/rss",
67
  "The Verge Tech": "https://www.theverge.com/rss/index.xml"
 
 
 
 
 
 
68
  }
69
 
70
  # --- AI SETUP ---
 
57
  "Sen. Kim": "https://www.kim.senate.gov/press-releases/",
58
  "Rep. Beyer": "https://beyer.house.gov/news/",
59
  "Rep. Lieu": "https://lieu.house.gov/media-center/press-releases"
60
+ "Sen. Schumer": "https://www.schumer.senate.gov/newsroom/press-releases",
61
+ "Sen. Hickenlooper": "https://www.hickenlooper.senate.gov/press/",
62
+ "Sen. Markey": "https://www.markey.senate.gov/news/press-releases",
63
+ "Sen. Cruz": "https://www.cruz.senate.gov/newsroom/press-releases",
64
+ "Rep. Guthrie": "https://guthrie.house.gov/news/",
65
+ "Rep. Pallone": "https://pallone.house.gov/media/press-releases",
66
+ "Sen. Booker": "https://www.booker.senate.gov/news/press",
67
+ "Rep. Jeffries": "https://democraticleader.house.gov/media/press-releases",
68
+ "Sen. Klobuchar": "https://www.klobuchar.senate.gov/public/index.cfm/news-releases"
69
  }
70
 
71
  NEWS_FEEDS = {
 
74
  "Tech Policy Press": "https://www.techpolicy.press/rss/",
75
  "Wired AI": "https://www.wired.com/feed/tag/ai/latest/rss",
76
  "The Verge Tech": "https://www.theverge.com/rss/index.xml"
77
+ "NYT Tech": "https://rss.nytimes.com/services/xml/rss/nyt/Technology.xml",
78
+ "CNN Tech": "http://rss.cnn.com/rss/cnn_tech.rss",
79
+ "BBC Tech": "http://feeds.bbci.co.uk/news/technology/rss.xml",
80
+ "Defense One": "https://www.defenseone.com/rss/all/",
81
+ "Breaking Defense": "https://breakingdefense.com/feed/",
82
+ "FedScoop": "https://fedscoop.com/feed/",
83
  }
84
 
85
  # --- AI SETUP ---