Skip to content

Use Cases

Pinaki Mondal edited this page Jan 22, 2021 · 1 revision

The number of ways Bludger could be used is innumerable. GitHub offers free 2000 minutes of runtime (almost 1 hour daily!) for free users. This is a golden chance to level up your productivity.

A few quick examples have been provided to showcase how powerful this is:

  • Downloading and Parsing a Dataset - Research, often involves datasets. In this example, we see how quickly we can download and parse a dataset for such purposes.
  • Setting up a few quick Python scripts - Python is an universal language known for simplicity in code structure. I myself regularly use Python to hack my way through, solving my tasks quicker. In this example, we'll see how to setup a few python scripts with the toolkit. Additionally you can combine this in form of a cron to solve recurring tasks more faster and hassle-free!
  • Setting up a Cron - Often you need to create setups for solving repetitive tasks, e.g. a monitoring setup. Crons are a great way to do that, and GitHub Actions provides a cron feature which is perfectly suited for such purposes. In this example, we explore how to setup a cron in a single command with this toolkit.

Wiki Index

Clone this wiki locally