Skip to content

davr/slackups

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

slackups

Slack gateway for Google Hangouts using hangups.

Usage

First you must put your slack user ID into slackups/slackgateway.py -- soon I will make this automatic.

$ python3 run.py

You will be given a URL to your oauth2 token. Go to the url. Copy the token. You will be prompted for your oauth2 token. Paste it in. You will be prompted for your slack token, you can generate it from this url

Run under python3 and virtualenv

virtualenv -p python3 venv

source venv/bin/activate

pip install -r requirements.txt

mkdir -p ${HOME}/.cache/hangups/

python3 run.py

Run under virtualenv, run hangups with zdaemon, run server on port 7667

virtualenv -p python3 venv

source venv/bin/activate

pip install -r requirements.txt

mkdir -p ${HOME}/.cache/hangups/

zdaemon -f -p 'python3 run.py --port 7667' start

About

Gateway between Slack and Google Hangouts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages