Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pbrisbin/mini-tweet
Twitter client with intentionally few features
https://github.com/pbrisbin/mini-tweet
Last synced: about 2 months ago
JSON representation
Twitter client with intentionally few features
- Host: GitHub
- URL: https://github.com/pbrisbin/mini-tweet
- Owner: pbrisbin
- License: mit
- Created: 2015-01-17T03:58:46.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-11T01:07:04.000Z (over 9 years ago)
- Last Synced: 2024-10-09T09:44:14.686Z (3 months ago)
- Language: Haskell
- Homepage:
- Size: 116 KB
- Stars: 5
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mini-tweet
Twitter client with intentionally few features.
## Installation
```
git clone https://github.com/pbrisbin/authenticate-oauth-cli
git clone https://github.com/pbrisbin/mini-tweet
cd mini-tweet
cabal sandbox init
cabal sandbox add-source ../authenticate-oauth-cli
cabal install --dependencies-only
cabal build
ln -s dist/build/mt/mt ~/.cabal/bin/mt # or anywhere in $PATH
```## Usage
- Create an [OAuth application][create] on twitter
- Note the Consumer Key and Secret[create]: https://apps.twitter.com/app/new
```
% export TWITTER_OAUTH_KEY="..."
% export TWITTER_OAUTH_SECRET="..."
% echo 'sup?' | mt
https://twitter.com/you/status/12356
```