Added tray, startup support for this app, credits @iris
Log in to leave a comment
I builded a small python app that sinks your activity with your Slack status, this project helped me learn how to use tkinter and widgets, also I think it is a cool tool :)
Did the readme with a guide for the app, and released the final version :)
Log in to leave a comment
Log in to leave a comment
Released the Tkinter app, and fixed the terminal version
Here’s a brief overview of the project until now
A simple Python desktop app (using Tkinter) which automatically syncs your Slack status with the song currently playing on Spotify.
Spotify uses the Authorization Code Flow with OAuth 2.0. The user enters their Client ID & Secret, the app opens the browser and goes to the Spotify authorization page, the app catches the URL with the authorization code on its local HTTP server on port 9090, and the code is exchanged for an access and refresh token, which auto-renews in the background every ~3000 seconds.
Slack authentication is much simpler, just a Bearer Token (User OAuth Token) which the user enters themselves.
I will release soon a tutorial on how to actually pair the app, and make a readme :D
Log in to leave a comment