Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/icco/cacophony
- Owner: icco
- License: mit
- Created: 2017-11-26T16:28:18.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2023-03-06T22:38:36.000Z (over 1 year ago)
- Last Synced: 2024-06-21T13:03:21.830Z (5 months ago)
- Topics: go, golang, hacktoberfest, twitter
- Language: Go
- Homepage:
- Size: 900 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```