-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to install? #4
Comments
Hi, the documentation is in Readme.md |
Having the same issue. Successfully installed through pip following the Readme.md but still not showing up when right clicking activity watch after restarting multiple times. I also tried the install procedure listed on the utilisation watcher after installing dependencies through pip but that also didnt work. The readme doesnt include actually running the script. After poking around in the code a little to my (limited) knowledge the relative imports used will not work with automatic start unless python is explicitly told about the project which it will on the devs machine. related stack overflow explanation I used to understand code I managed to get a little further by manually going into powershell, navigating to #/ActivityWatch/aw-watcher-steam-master/aw_watcher_steam and entering "python main.py" which runs the script directly instead of through the init and changes some of the import settings allowing the script to get past the relative import problems. At this point I dont have steamguard setup so cant get my API key and test if this entirely fixes the problem but It seems to run the script correctly where before it would immediately quit with an import error. The only downside is needing to manually run the script on startup but that should be able to be automated through windows. |
Copy this. I managed to git clone this repo and then run the pip install command inside the directory. I'm on Linux if that's important. |
i will take a look at this issue and update the readme file this weekend |
I can't get it to work too, despite that it looks like installed. I'm using Python 3.12 on Windows with PDM, and I cloned the repo. Installing as global from the repo's root folder didn't work: After ActivityWatch restart, there was a plugin config to set up - uncomment and fill the values ii "$env:LOCALAPPDATA\activitywatch\activitywatch\aw-watcher-steam\aw-watcher-steam.toml" My [aw-watcher-steam]
steam_id = "12345678901234567"
api_key = "000102030405060708090A0B0C0D0E0F"
poll_time = 5.0 Autostarting plugin - add ii "$env:LOCALAPPDATA\activitywatch\activitywatch\aw-qt\aw-qt.toml" My [aw-qt]
autostart_modules = ["aw-server", "aw-watcher-afk", "aw-watcher-window", "aw-watcher-steam"] aw-watcher-steam appears in the timeline view and it shows the game I was playing - name (HELLDIVERS™ 2) and id. Same with Darktide. But I can't find a way to add a rule that would match the Steam games in general. No luck with rules matching a single game either - I tried both name and id. |
Hi, sorry i dont quite understand what you are trying to do |
yeah, i had installed and cant do the step 3, i click click on aw-watcher-steam several times but didnt work |
I'm trying to install it, but regardless what I'm trying, the Steam Watcher never appears.
Could you please provide a complete Step-by-Step documentation?
The text was updated successfully, but these errors were encountered: