Steam achievements

OBS Python Steam achievements v2.1.1

XDoubleU

New Member
XDoubleU submitted a new resource:

Steam achievements - Add your steam achievements to your stream using this plugin!

This script generates a text-file containing:
  • Your steam average achievement completion percentage
  • Your real average achievement completion percentage
  • Your top 10 games in achievement completion percentages
All of these come with a progress bar and percentage

How to install and configure?
  1. Download the latest release
  2. Unzip this and move the "steam-achievements" folder into your OBS Studio plugins folder
  3. Enter Steam Web API-Key...

Read more about this resource...
 

Talherz

New Member
Unfortunately I'm receiving an error as such on OBS Studio:
[main_script.py] Traceback (most recent call last):
[main_script.py] File "C:/Program Files/obs-studio/data/obs-plugins/steam-achievements\main_script.py", line 2, in <module>
[main_script.py] import steam_achievements, generate_txt_file, os.path
[main_script.py] File "C:/Program Files/obs-studio/data/obs-plugins/steam-achievements\steam_achievements.py", line 1, in <module>
[main_script.py] import time, grequests, requests, logging, math, os.path
[main_script.py] ModuleNotFoundError: No module named 'grequests'
 

ENatsuD

New Member
Unfortunately I'm receiving an error as such on OBS Studio:
[main_script.py] Traceback (most recent call last):
[main_script.py] File "C:/Program Files/obs-studio/data/obs-plugins/steam-achievements\main_script.py", line 2, in <module>
[main_script.py] import steam_achievements, generate_txt_file, os.path
[main_script.py] File "C:/Program Files/obs-studio/data/obs-plugins/steam-achievements\steam_achievements.py", line 1, in <module>
[main_script.py] import time, grequests, requests, logging, math, os.path
[main_script.py] ModuleNotFoundError: No module named 'grequests'
same problem
 

HentaiPrince

New Member
Hey there! I copied your code. As I was unable to find your git repo, I created my own.
So, if anyone interested in that script for OBS, you also can find it here:
Fixed OBS crash. At the same time I deleted more than 1 game tracking.
To those 2 who struggle with error, I hope you already installed grequests using pip :)
 

Mackdanny

New Member
Hey there! I copied your code. As I was unable to find your git repo, I created my own.
So, if anyone interested in that script for OBS, you also can find it here:
Fixed OBS crash. At the same time I deleted more than 1 game tracking.
To those 2 who struggle with error, I hope you already installed grequests using pip :)
I'm still getting it. I did everything. It mentions something about openssl now
 
Top