8000 GitHub - cubelover/Slack-IRC
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

cubelover/Slack-IRC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slack-IRC

Installation

sudo apt-get update
sudo apt-get install python3-dev python3-pip
sudo pip3 install virtualenv

virtualenv venv/
source venv/bin/activate
pip3 install -r REQUIREMENTS

Setting

Copy file settings.default.py to settings.py and modify settings.py.

  • SERVER : address and port of IRC server.
  • NICK : nickname of the bot in IRC.
  • IRC_CHANNEL : channel in IRC.
  • SLACK_CHANNEL : channel in Slack.
  • TOKEN : test token issued by Slack.

Run

source venv/bin/activate
python3 slackirc.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages

0