Skip to content

Instantly share code, notes, and snippets.

View ketra's full-sized avatar

Kevin Traa ketra

  • Amersfoort
View GitHub Profile
@ketra
ketra / adminlist.txt
Created November 17, 2023 09:59
arkadmin
0002d996097b4c0bb49fd6003a534dd3
@ketra
ketra / SteamStatus
Last active February 1, 2022 19:49
Script om steamstatus op te kunnen halen van Steamwebsite.
#!/usr/bin/env python3
#Import de libraries die nodig zijn, in dit geval urllib.request om een vraag an steam te kunnen stellen.
import json
import urllib.request
import urllib.parse
# Zet hier je API Key deze kan je aanvragen op https://steamcommunity.com/dev/apikey
API_KEY = ''
// ==UserScript==
// @name netflix-sync
// @namespace https://github.com/MrDemocracy/netflix-sync
// @version 0.1
// @description try to take over the world!
// @author You
// @match https://www.netflix.com/viewingactivity*
// @grant none
// ==/UserScript==