Logging Virtual Race Results with Selenium, Cron and Python

Who else hates doing repetitive tasks that you know could be automated? I know I do 🙋‍♀️. This is part two about how I used cron jobs and python to take care of ‘the boring stuff’ (link to Part 1). In this article I will discuss how I used Strava’s API… Read more

Similar

Building a Telegram Bot Using Python

In this tutorial, we'll walk through building a simple Telegram Bot using Python. At first, our bot will simply echo back any message we send it, but then we'll extend it to add a database and persist information across chat sessions. (more…)

Read more »