Alice
A minimal Twitter client.
Installation and Usage
$ git clone git://github.com/kuroclef/alice.git
$ cd alice
$ tee config.h <<\EOF
#define CONSUMER_KEY "your_consumer_key"
#define CONSUMER_SECRET "your_consumer_secret"
#define ACCESS_TOKEN "your_access_token"
#define ACCESS_TOKEN_SECRET "your_access_token_secret"
EOF
$ make all
$ ./alice
Or PKGBUILD for Arch Linux is available here.
Type $ yaourt -S alice-git
on your command line, and edit PKGBUILD.
Dependencies
- gtkmm3
- libcurl
- liboauth
Copyright and License
Copyright (C) 2016 Kazumi Moriya <kuroclef@gmail.com>
Licensed under the GNU General Public License v3.0