https://github.com/xmikos/qhangups
Alternative client for Google Hangouts written in PyQt
https://github.com/xmikos/qhangups
Last synced: 3 months ago
JSON representation
Alternative client for Google Hangouts written in PyQt
- Host: GitHub
- URL: https://github.com/xmikos/qhangups
- Owner: xmikos
- License: gpl-3.0
- Created: 2014-09-26T12:06:03.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-12-14T17:05:11.000Z (over 8 years ago)
- Last Synced: 2025-03-12T03:48:17.023Z (3 months ago)
- Language: Python
- Size: 137 KB
- Stars: 60
- Watchers: 8
- Forks: 10
- Open Issues: 11
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
QHangups
========Alternative client for Google Hangouts written in PyQt
Requirements
------------- Python >= 3.3
- PyQt >= 5
- Quamash (https://github.com/harvimt/quamash)
- hangups (https://github.com/tdryer/hangups)
- appdirs (https://github.com/ActiveState/appdirs)
- asyncio (https://pypi.python.org/pypi/asyncio) for Python < 3.4Usage
-----Run ``qhangups --help`` to see all available options.
Start QHangups by running ``qhangups``.The first time you start QHangups, you will be prompted to log into your
Google account. Your credentials will only be sent to Google, and only
OAuth 2 refresh token will be stored locally.Help
----
::usage: qhangups [-h] [-d] [--log LOG] [--token TOKEN]
optional arguments:
-h, --help show this help message and exit
-d, --debug log detailed debugging messages (default: False)
--log LOG log file path (default:
~/.local/share/QHangups/hangups.log)
--token TOKEN OAuth refresh token storage path (default:
~/.local/share/QHangups/refresh_token.txt)