Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 554 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 554 Bytes

Ping Check

A little and simple project built with Django using BeautifulSoup and requests to practice more Python. It was inspired by a very similar tool built by James Diffey.

The app simply sends GET requests to my deployed projects to keep them from spinning down and check it receive a 200 status code as well as scraping for some HTML content.

Roadmap

  • Planning to set up a maile that would notify me when an error occurs.