Giter Site home page Giter Site logo

youeclipse / steam-box Goto Github PK

View Code? Open in Web Editor NEW
155.0 155.0 137.0 36 KB

๐ŸŽฎ Update profile README / pinned gist to contain your Steam playtime leaderboard. ๅœจไฝ ็š„ profile README / pinned gist ไธŠๆ˜พ็คบไฝ ็š„ steam ๆธธ็Žฉๆ—ถ้—ดๆŽ’่กŒๆฆœใ€‚

License: Apache License 2.0

Go 100.00%
pinned-gist profile profile-readme steam steam-playtime-leaderboard

steam-box's Introduction

Hi there ๐Ÿ‘‹

About me

  • ๐Ÿ”ญ Iโ€™m currently working at Tencent as a backend engineer.
  • ๐ŸŒฑ Iโ€™m currently learning Kubernetes and Istio.
  • ๐Ÿ’ฌ Ask me about anything.
  • ๐Ÿ›ฉ๏ธ How to reach me: @YouEclipse.
  • ๐ŸŽฎ A Nintendo fan and FPS games lover , you can also find me on Steam.

Platform&Tools


Go              ๐Ÿ•“ 32h17m โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–Žโ–‘ 92.2%
XML             ๐Ÿ•“ 1h8m   โ–‹โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘  3.2%
Other           ๐Ÿ•“ 52m    โ–Œโ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘  2.5%
PHP             ๐Ÿ•“ 23m    โ–โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘  1.1%
CSV             ๐Ÿ•“ 7m     โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘  0.4%

powered by waka-box-go

๐Ÿ”ซ Counter-Strike: Global Offensive ๐Ÿ•˜ 1548 hrs 17 mins
๐ŸŽฎ Apex Legends                     ๐Ÿ•˜ 403 hrs 59 mins
๐Ÿ’ป Wallpaper Engine                 ๐Ÿ•˜ 113 hrs 3 mins
๐Ÿš“ Grand Theft Auto V               ๐Ÿ•˜ 52 hrs 15 mins
๐Ÿณ PUBG: BATTLEGROUNDS              ๐Ÿ•˜ 34 hrs 40 mins

powered by steam-box

steam-box's People

Contributors

amoshuke avatar keanu73 avatar sciencepal avatar siner308 avatar youeclipse avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

steam-box's Issues

Error "panic: GetPlayTime err:response code expects 200, but got 401"

This is the error I get when the job tries to run:

  ./steam
  git config --global user.email "[email protected]" && git config --global user.name "Steam-Bot"
  git diff
  git add README.md && git commit -m ":memo: update profile" || exit 0
  git pull && git push
  shell: /usr/bin/bash -e {0}
  env:
    GH_TOKEN: 
    GIST_ID: 8a182c3d9f6b848d6b8e238c4681f02a
    STEAM_API_KEY: 
    STEAM_ID: 
    UPDATE_OPTION: GIST_AND_MARKDOWN
    MARKDOWN_FILE: README.md
    GOROOT: /opt/hostedtoolcache/go/1.17.3/x64
panic: GetPlayTime err:response code expects 200, but got 401, response body <html><head><title>Unauthorized</title></head><body><h1>Unauthorized</h1>Access is denied. Retrying will not help. Please verify your <pre>key=</pre> parameter.</body></html>

goroutine 1 [running]:
main.main()
	/home/runner/work/ElenaRgC/ElenaRgC/steam-box/cmd/box/main.go:73 +0x9db
Error: Process completed with exit code 2.

A screen cap showing where the error happens:
image

I've read the other issues before posting, but I had no luck.

First I thought I was using a wrong Steam ID, so I've tried both the DEC and HEX ID64, and it made no difference. Then I checked the secrets, remade the token to be sure it had the gist scope (and changed the files accordingly), and I've also deleted and remade the schedule.yml file.

The updates keep giving the same error every time. I think it's something related to the secrets? I've checked other people's issues while googling this particular error, and they all get their secrets censored, but here they appear blank like they don't exist?

Or maybe I just messed in another place, not sure. Thank you!

Getting an HTTP 500 during the action

Hello,

I'm getting a 500 response while the action is running, so it doesn't update my readme.
Here is the output:

Run ./steam
  ./steam
  git config --global user.email "[email protected]" && git config --global user.name "Steam-Bot"
  git diff
  git add README.md && git commit -m ":memo: update profile" || exit 0
  git pull && git push
  shell: /usr/bin/bash -e {0}
  env:
    GH_TOKEN: ***
    STEAM_API_KEY: ***
    STEAM_ID: ***
    UPDATE_OPTION: MARKDOWN
    MARKDOWN_FILE: README.md
    GOROOT: /opt/hostedtoolcache/go/1.16.5/x64
panic: GetPlayTime err:response code expects 200, but got 500, response body <html>
<head>
<title>500 Internal Server Error</title>
</head>
<body>
<h1>Internal Server Error</h1>
</body>
</html>

goroutine 1 [running]:
main.main()
	/home/runner/work/simonSlamka/simonSlamka/steam-box/cmd/box/main.go:73 +0xf91
Error: Process completed with exit code 2.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.