Skip to content

S0yKaf/slack-zoo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

slack-zoo

Set your slack status to a random animal.

Requirements

  • curl
  • python3.6.x
  • a deep love for animals

Setup

  1. add your slack auth token and the desired workspace in config.py
$ sed -i 's/YOUR_SLACK_AUTH_TOKEN/your_token/' config.py
$ sed -i 's/YOUR_WORKSPACE/your_workspace/' config.py
  1. have fun!

Usage

$ ./slack_zoo.py or $ python slack_zoo.py

cron

This script is best used alongside a cron-job for added lulz.

# make sure to run this on the root of the repo.
$ (crontab -l; echo "*/5 * * * * python3.6 $(pwd)/slack-zoo.py") | crontab

About

Set your slack status to a random animal. 🐷 🐶 🐔

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages