aboutsummaryrefslogblamecommitdiffstats
path: root/README.md
blob: e5ffe453599b456e8c751ef60238059667ebf796 (plain) (tree)
1
2
3
4
5
6
7
8
9



                                                                                                          




                     
 
                            




                                





                                                       






                                                                                 
       



                  
wee-slack
=========

A WeeChat plugin for Slack.com. Synchronizes read markers, provides typing notification, search, and more!


##Deps:

pip install mechanize

pip install websocket-client

weechat build from May 17 onward

##Setup:

#####1. Add a slack as an IRC server in weechat

#####2. copy wee_slack.py to ~/.weechat/python/autoload

#####3. Configure the slack plugin

    /set plugins.var.python.slack_extension.domain example.slack.com
    /set plugins.var.python.slack_extension.email your_login_email@yourdomain.com
    /set plugins.var.python.slack_extension.password your_password
    /set plugins.var.python.slack_extension.nick your_slack_nickname
    /set plugins.var.python.slack_extension.server your_irc_server_name
    ^^ (find this with /server list)

#####4.
    
    /save
    /python reload