Metadata-Version: 2.1
Name: cb0tcc.py
Version: 0.0.4
Summary: This can create shorturl.
Home-page: https://github.com/tuna2134/cb0t.py
Author: DMS
Author-email: masato190411@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: requests

# cb0t.py

## How to install.

```bash
pip install git+https://github.com/tuna2134/cb0tcc.py
```

## How to use.

```python
import cb0tcc

cbot = cb0tcc.cb0t("https://example.com")
print(cbot.url)
```


