Metadata-Version: 2.1
Name: tweet
Version: 1.0.0
Summary: 
Home-page: https://github.com/Ganariya/tweet
Author: ganariya
Author-email: ganariya2525@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: black (>=20.8b1,<21.0)
Requires-Dist: flake8 (>=3.8.4,<4.0.0)
Requires-Dist: mypy (>=0.790,<0.791)
Requires-Dist: python-dotenv (>=0.15.0,<0.16.0)
Requires-Dist: python-twitter (>=3.5,<4.0)
Requires-Dist: typer[all] (>=0.3.2,<0.4.0)
Description-Content-Type: text/markdown

tweet

---

`tweet` can tweet now your status from CLI easily.  
`tweet` cat tweet `only`, so you will not be distracted.

## How to Install

```
pip install tweet
```

## How to Use

```
tweet {your-message}
```

## How to set up

You have to set up `~/.twitter-env` file to your home directory yourself.

`~/.twitter-env`

```env
CONSUMER_TOKEN=.......
CONSUMER_SECRET=.......
ACCESS_TOKEN=.......
ACCESS_SECRET=.....
```

