Metadata-Version: 2.1
Name: twith
Version: 1.0
Summary: Turn long text into a thread on Twitter.
Home-page: https://github.com/nxgeo/twith
Author: Nikolaus Georgi
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

<p align="center">
    <img src="https://bit.ly/3Ec7lVE" alt="twith">
</p>
<p align="center">
    <img src="https://bit.ly/3jWHiJZ" alt="py">
    <img src="https://bit.ly/3lbC38q" alt="twt-api">
    <img src="https://bit.ly/38WBrOt" alt="mit">
</p>

## About
twith is a tool for turning long text into a thread on Twitter. With this tool, you can create a new thread on your own or another user's status.

## Installation
Git:
```bash
git clone https://github.com/nxgeo/twith.git
cd twith
pip install -r requirements.txt
```
Pip:
```bash
pip install twith
```

## Example
For a simple implementation example, see [twith/example/](https://bit.ly/3jZWzd3).

## References
- [GET account/verify_credentials](https://bit.ly/3leWQbw)
- [GET statuses/show/:id](https://bit.ly/3E0V32b)
- [POST statuses/update](https://bit.ly/38Vi7AY)

