Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dtsdwarak/tsatu
Recommendations from The Seen And The Unseen - India's favourite podcast show.
https://github.com/dtsdwarak/tsatu
Last synced: 22 days ago
JSON representation
Recommendations from The Seen And The Unseen - India's favourite podcast show.
- Host: GitHub
- URL: https://github.com/dtsdwarak/tsatu
- Owner: dtsdwarak
- License: mit
- Created: 2023-11-16T08:08:08.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-07T18:39:34.000Z (10 months ago)
- Last Synced: 2024-01-07T19:24:13.312Z (10 months ago)
- Language: Go
- Size: 181 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TSATU
Book recommendations from India's best podcast show - [The Seen And The Unseen](https://seenunseen.in/) hosted by [Amit Varma](https://amitvarma.com/)
___To Be Updated Soon___
## Running
```bash
$ go run main.go | tee logs
```If you want to parse the log data by printing the book and author information as json, try this
```bash
$ go run main.go | tee logs
$ cat logs | head -1 | jq -s '.[] | sort_by(.count)' # This is for books
```