Skip to content

amirothman/extract-rss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scrape google

python sedut_pakai_selenium.py

base_link = "https://www.google.de/#q={}+news{}"
  pages = ["","&start=10","&start=20"]
  wait = WebDriverWait(driver, 10)

  with open("news_links_2.txt","a") as newslinks_txt:
      for country in countries:

This script will collect google results.

Get rss links

python filter_news_links.py

with open("news_links_2.txt","r") as links:
    with open("filtered_2.txt","a") as filtered:

Test rss

python test_rss.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages