Skip to content

acemod/slackin-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

slackin-python

This is a Python port of the slackin project.

Setup

# python3 setup.py install

Usage

slackin - Slack invite generator

Usage:
    slackin [-p <port>] [-i <ms>] [-c <channels>] <slack-subdomain> <api-token>
    slackin (-h | --help)
    slackin (-v | --version)

Options:
    <slack-subdomain>        The name/subdomain of your team
    <api-token>              An authorized API token
    -h --help                Output usage information
    -v --version             Output the version number
    -p --port <port>         Port to listen on (default: 3000)
    -c --channels <channels> Comma-seperated list of channels
    -i --interval <ms>       How frequently to poll Slack (default: 1000)

Limitations

Things that aren't implemented right now:

  • Live Updates
  • Channel Limitation

About

Python port of slackin for automatic slack invites

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published