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

https://github.com/davep/unbored

A TUI client for when you're bored
https://github.com/davep/unbored

Last synced: 8 months ago
JSON representation

A TUI client for when you're bored

Awesome Lists containing this project

README

          

# Unbored

[![PyPI version](https://badge.fury.io/py/unbored.svg)](https://badge.fury.io/py/unbored)

## Introduction

A simple terminal client for [the Bored API](https://www.boredapi.com/).
Written in Python and with [Textual](https://textual.textualize.io/), using
[async-bored-api](https://github.com/Damego/async-bored-api) as the API
wrapper.

The idea is, if you're feeling bored and need some inspiration for what to
do with your day, fire this up and select one or more activities. Your
selections are saved so, if you wish, you can treat the application almost
like a TODO list; for when you're bored.

## Installation

Unbored can be installed using [`pipx`](https://pypa.github.io/pipx/):

```sh
$ pipx install unbored
```

## Warning

This is still a bit of a work-in-progress, hence the low version number. The
main things that need addressing are listed below.

## TODO

- [ ] Error checking. LOTS of error checking.
- [X] Test on Windows.

[//]: # (README.md ends here)