Metadata-Version: 2.1
Name: twi
Version: 0.0.1
Summary: do Twitter things via CLI
Home-page: https://code.averba.ch/Zev/twi
Author: Zev Averbach
Author-email: zev@averba.ch
License: MIT
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: tweepy

# twi

Send tweets and set profile from the CLI!

# Installation
```bash
> pip install twi
```

# Usage
```bash
> tw "hey this is my tweet"
Okay, published the tweet at https://twitter.com/yourname/status/12344556
> prof "hey this is my new twitter profile description"
okay, updated profile
> dtw
Okay, deleted your last tweet, ID "abcdefghijkl12345".
```
