https://github.com/Edwardsoen/aw-watcher-steam
https://github.com/Edwardsoen/aw-watcher-steam
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/Edwardsoen/aw-watcher-steam
- Owner: Edwardsoen
- License: mit
- Created: 2023-05-13T17:59:07.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-02T06:22:47.000Z (over 1 year ago)
- Last Synced: 2023-11-02T07:27:02.840Z (over 1 year ago)
- Language: Python
- Size: 21.5 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-activitywatch - aw-watcher-steam - Tracks Steam gaming sessions (Other Watchers :gear:)
README
# aw-watcher-steam
ActivityWatch watcher to watch your currently playing Steam game. Steam allows you to see your total hour spent per game, but not the exact timeline, this watcher attempt to log the timeline of Steam game activity.This watcher will log your play time accross devices so long it has internet connection
In order for this to watcher work you need to either set your game details settings to public or register Steam WebAPI with the same account
## Usage
### Step 0: Get Steam API key
Register Steam API key.Enter localhost as domain name
### Step 1: Find Steam ID
Find your 17 digits steam ID here.### Step 2: Install package (without poetry, using only pip)
Install the requirements:
```sh
pip install .
```### Step 3: Restart ActivityWatch and click on aw-watcher-steam

### Step 4: Fill config file
Find the config file in config directory and fill accordingly.