Metadata-Version: 2.3
Name: yayw
Version: 0.3.0
Summary: Yap all you want to Threads
License: GPL-2
Author: Tsung-Ju Lii
Author-email: usefulalgorithm@gmail.com
Requires-Python: >=3.11,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: click (>=8.1.8,<9.0.0)
Requires-Dist: httpx (>=0.28.1,<0.29.0)
Requires-Dist: langdetect (>=1.0.9,<2.0.0)
Requires-Dist: loguru (>=0.7.3,<0.8.0)
Requires-Dist: poetry (>=2.0.1,<3.0.0)
Description-Content-Type: text/markdown

# Yap All You Want (YAYW) on Threads

You want to yap and you want people to see on Threads. You are too lazy to split your BS into posts and replies. This tool does that for you.

## Usage

```shell
pip install yayw

export YAYW_USER_ID="<YOUR THREADS USER ID>"
export YAYW_ACCESS_TOKEN="<YOUR THREADS ACCESS TOKEN>" # This maybe a little hard to locate, but I have faith in you.

yayw YOUR_LONG_ASS_RANT.txt
```

