Kepilif / PyFun_web_Scrapping

This script was created to scrape website, find the number of times a word appears in the rss feeds. It was designed with the intention to track the number of times a person's name or something else occurs in the news. it also gets the pictures used in the news and also translate the title and description of the news.

Home Page:https://github.com/Oyelowo/PyFun_web_Scrapping

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyFun_web_Scrapping

this script wass created to scrape rss feeds website, find the number of times a word appears in the. It was designed with the intention to track the number of times a person's name or something else occurs in the news. it also gets the pictures used in the news and translates the title and description and the content of the news.

Link to the rss feed scraping script.

What PyFun_Web_Scrapping does:

Scrape a website's rss feed of news websites for Information scraped include:

  • Title of Articles.
  • Descriptions of the Articles.
  • Content of the Articles.
  • Links.
  • Publication Dates.
  • Images used on the pages.
  • Character count, word count and sentence count.

Search information about name of a person or thing, including:

  • Number of times the name appeared in the feeds.
  • Titles, Descriptions and contents in original language used in the article.
  • A translation to English of the Titles, Descriptions and Contents of the articles where the name has appeared,
  • The pictures used in the publications.

About

This script was created to scrape website, find the number of times a word appears in the rss feeds. It was designed with the intention to track the number of times a person's name or something else occurs in the news. it also gets the pictures used in the news and also translate the title and description of the news.

https://github.com/Oyelowo/PyFun_web_Scrapping


Languages

Language:Python 100.0%