aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: a3d8c8d9a3cc35594ebc14b71dc9457c8aa07070 (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/kch42/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`.