Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/icco/cacophony

provide an rss feed of urls tweeted in your feed
https://github.com/icco/cacophony

go golang hacktoberfest twitter

Last synced: 26 days ago
JSON representation

provide an rss feed of urls tweeted in your feed

Awesome Lists containing this project

README

        

# cacophony

[![Build Status](https://travis-ci.org/icco/cacophony.svg?branch=master)](https://travis-ci.org/icco/cacophony) [![GoDoc](https://godoc.org/github.com/icco/cacophony?status.svg)](https://godoc.org/github.com/icco/cacophony) [![Go Report Card](https://goreportcard.com/badge/github.com/icco/cacophony)](https://goreportcard.com/report/github.com/icco/cacophony)

Provide an rss feed of urls tweeted in my feed

## Documentation

```
< data.json jq '. | map([(.TweetIds | length | tostring), .Link] | join(", ")) | join("\n")' | sed 's/\\n/\
/g' | sort -n > urls.txt
```