An open API service indexing awesome lists of open source software.

https://github.com/MichaelCurrin/unicron

The tenacious but efficient scheduler for daily tasks 🔂 ⏳ 🦄
https://github.com/MichaelCurrin/unicron

cron python scheduler scheduler-service scheduling-tasks task-manager task-scheduler

Last synced: 5 months ago
JSON representation

The tenacious but efficient scheduler for daily tasks 🔂 ⏳ 🦄

Awesome Lists containing this project

README

        

# Unicron :clock1:
> The tenacious but efficient scheduler for daily tasks :repeat_one::hourglass_flowing_sand::unicorn:

[![Python CI](https://github.com/MichaelCurrin/unicron/actions/workflows/main.yml/badge.svg)](https://github.com/MichaelCurrin/unicron/actions?query=workflow:"Python+CI" "Go to GitHub Actions workflow")
[![GitHub tag](https://img.shields.io/github/tag/MichaelCurrin/unicron?include_prereleases=&sort=semver)](https://github.com/MichaelCurrin/unicron/releases/ "Go to GitHub releases")
[![License](https://img.shields.io/badge/License-MIT-blue)](#license "Go to License section")

[![Python](https://img.shields.io/badge/python->=3.6-blue.svg?logo=python&logoColor=white)](https://python.org/ "Go to Python homepage")
[![Made with Docsify](https://img.shields.io/badge/docs-docsifyJS-blue)](https://docsify.js.org/ "Go to Docsify homepage")



Unicron logo

- The easy way to take control of your scheduled tasks.
- Configure as many tasks as you want that will each run once a day.
- For example, scrape HTML pages or Twitter API data - without running excessively, so you save on storage (avoiding duplicates) and avoid hitting rate limits.
- Unicron integrates with `crontab` on macOS or Linux.
- Made with Python, but zero packages needed!
- Just clone, configure and run. :snake: :tada: :unicorn:




Github Pages site

## License

Released under [MIT](/LICENSE) by [@MichaelCurrin](https://github.com/MichaelCurrin).