An open API service indexing awesome lists of open source software.

https://github.com/kkent030315/twitcasting-py

An unofficial python module for wrapping TwitCasting common APIs
https://github.com/kkent030315/twitcasting-py

Last synced: 3 months ago
JSON representation

An unofficial python module for wrapping TwitCasting common APIs

Awesome Lists containing this project

README

          





# twitcasting-py
An unofficial python module for wrapping TwitCasting common APIs

# Usage

1. Install

```bash
pip install twitcasting_py
```

2. Import

```python
import twitcasting
```

3. Use

```python3
twitcasting.get_video_id('user_id')
```

# License

MIT