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
- Host: GitHub
- URL: https://github.com/kkent030315/twitcasting-py
- Owner: kkent030315
- License: mit
- Created: 2021-03-29T17:25:47.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-30T20:20:18.000Z (over 4 years ago)
- Last Synced: 2025-07-02T19:14:13.417Z (3 months ago)
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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