Metadata-Version: 2.1
Name: twitchview
Version: 0.6.8
Summary: Simple program by python for watching favorite twitch channels
Home-page: https://gitlab.com/aspellip/twitchview
Author: Aspel
Author-email: aspel@ukr.net
License: GPLv3
Keywords: twitch
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: POSIX
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Multimedia :: Sound/Audio
Classifier: Topic :: Multimedia :: Video
Classifier: Topic :: Utilities
Requires-Python: >=3
Requires-Dist: m3u8
Requires-Dist: Pillow

**Simple program by python for watching favorite twitch channels**

.. image:: https://gitlab.com/aspellip/twitchview/badges/master/build.svg 
    :target: https://gitlab.com/aspellip/twitchview/commits/master
.. image:: https://badge.fury.io/py/twitchview.svg
    :target: https://badge.fury.io/py/twitchview

Depends:
 * vlc - http://www.videolan.org/vlc/
 * m3u8 - https://github.com/globocom/m3u8
 * Pillow - https://github.com/python-pillow/Pillow

**Quick Install**

::

 Debian/Ubuntu
    sudo apt install vlc pip python-tk
    sudo pip3 install twitchview

::

 Win
    Download and install Python, VLC
    pip3 install twitchview

::

 MaxOS X
    sudo pip3 install twitchview



Python_ 3.0 or latest package

.. _Python: https://www.python.org/downloads/





* 0.6.8 - Removed livestream
* 0.6.7 - Fix twitch API
* 0.6.6 - Fix urlquote
* 0.6.5 - Fix https request
* 0.6.4 - Fix restart button
* 0.6.3 - Fix quit and irc chat
* 0.6.2 - Fix encodings in chat
* 0.6.1 - Migrate to Python3
* 0.5.7 - Added IRC chat
* 0.5.3 - Added gitlab-CI to deploy on pypi hosting

