DEV Community

Chris Raven
Chris Raven

Posted on

Python app for pulling DFES information

URL : https://github.com/RavenTheDev/PullDFES

I would love some feedback on my latest app in Python. After some people in my local area were bad mouthing the local volunteer fire brigade, I had the idea to create the app. It pulls information via RSS from the DFES and Emergency.gov.au websites and displays it nicely.

Top comments (1)

Collapse
 
raventhedev profile image
Chris Raven

Version 1 of my PullDFES application is now completed.

URL : github.com/RavenTheDev/PullDFES
Language : Python
Version : 1.0

Features:

  • Automatically pulls Fire Warnings, Weather Warnings, Fire Bans, and Prescribed Burns from the DFES and Emergency.gov.au websites.
  • Incorporated Menu for easier use
  • 5 Second timeout if the page is unavailable
  • Ability for more feeds to be included as required

I would love feedback!