Skip to content

Siilwyn/slack-avatar-disco

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slack avatar disco

A Rust app that changes your Slack avatar.

Nice to run automatically, for example every day using Systemd:

/etc/systemd/user/slack-avatar.service

[Unit]
Description=Automatically change my Slack avatar image.

[Service]
Environment=SLACK_OAUTH_TOKEN=my-secret-token
ExecStart=/stuff/slack-avatar-disco/target/release/slack-avatar-disco

/etc/systemd/user/slack-avatar.timer

[Unit]
Description=Automatically change my Slack avatar image.

[Timer]
OnCalendar=*-*-* 11:11:11
Persistent=true

[Install]
WantedBy=default.target

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages