Discovering Data
  • Home
  • Blog
  • become_a_data_scientist
  • Code-examples

Data mining from an RSS feed

11/30/2016

0 Comments

 
The following code will mine security data from seclists.org/rss/bugtraq.rss

    
You can easily add regular expressions to extract further data from the feed. However this particular rss feed only gives a shortened version of the original email, you need to parse the html to get access to all the data.

0 Comments



Leave a Reply.

    This blog includes:

    Scripts mainly in Python with a few in R covering NLP, Pandas, Matplotlib and others. See the home page for links to some of the scripts.  Also includes some explanations of basic data science terminology.

    Archives

    October 2018
    June 2018
    April 2018
    June 2017
    April 2017
    March 2017
    February 2017
    January 2017
    November 2016
    September 2016
    July 2016
    June 2016
    May 2016
    December 2015
    November 2015
    April 2015
    December 2014
    November 2014

    RSS Feed

Proudly powered by Weebly
  • Home
  • Blog
  • become_a_data_scientist
  • Code-examples