Skip to content

YatesyTea/py_rss_train

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Scraping Training

BS4_XML ==> Basic Python XML Reader Using BeatifulSoup4

Requires BeautifulSoup4 and requests

Used youtube video as a tutorial for this: Link

Will be using the techniques learnt here to pass data in another project.

Read_RSS ==> Basic Single RSS Request

Requires only

Pip install feedparser

Used this link: Link

Gov_rss_train ==> Getting Familiar with the Government Bills RSS Feed

Requires only

pip install feedparser

Using this to familiarise myself with the Government Bills RSS Feed. Will use this Feed for another project likely a Flask app to filter Government Bills by reading and category.