Tystream

Latest version: v1.5.1

Safety actively analyzes 681775 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

1.5.1

New Features
- **PyPI Badge**
- Added a PyPI badge to the `README.md` file to display the package's status on PyPI.

Refactoring
- **Type Annotations & BASE_URL**
- Adjusted type annotations across the codebase for better type checking and readability.
- Changed `BASE_URL` to a class variable, improving the structure and reusability of the code.

- **Logger Level**
- Changed the logger level to `DEBUG` to provide more detailed logging information during development and debugging.

Additions
- **.gitignore**
- Added a `.gitignore` file to the project to exclude unnecessary files and directories from version control, keeping the repository clean.

1.5.0

Refactors
- **Separate data.py**: Divided into two dataclass files for better modularity.
- **Enhance type annotations**: Improved type annotations throughout the codebase.
- **Request method**: Updated to use session for better performance and resource management.

Fixes
- **Default and default_factory**: Specified both default and default_factory to avoid initialization issues.
- **User data retrieval**: Fixed an issue where user data couldn't be found.
- **Twitch and YouTube OAuth**: Now shows a validation failure message when the wrong token is entered.
- **Removed debug print**: Removed unnecessary print statements.

Documentation
- **README.md**: Updated with new changes and information.

---

1.4.0

**feat: Support for Get Twitch User Data.**
- feat: Added a new attribute named `user` with the type `TwitchUserData` to the TwitchStreamData dataclass.
- fix: some async function forgot to add await,
- docs: add package support python version badge.
**Full Changelog**: https://github.com/Mantouisyummy/TYStream/compare/1.3.1...1.4.0

1.3.1

- Add new classifiers in setup.py.

1.3.0

- Twitch Stream VOD support.
- Fix some bugs.

**Full Changelog**: https://github.com/Mantouisyummy/TYStream/compare/1.2.2...1.3.0

1.2.2

A little Fix.

- If stream is not live. `check_stream_live` Function return False.

**Full Changelog**: https://github.com/Mantouisyummy/TYStream/compare/1.2.1...1.2.2

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.