aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: cca2fb5c098eb5636b432cd4cc3baa0e3e74486d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
twitter-to-atom
===============

Generate an Atom-Feed from a Twitter account.

Installation / Building
-----------------------

You need to have the Go programming language installed. After that, installing is as simple as

	go get github.com/silvasur/twitter-to-atom

Usage
-----

	twitter-to-atom user

This generates an Atom feed on stdout with the recent posts and retweets of the Twitter user `@user`.