Skip to content

Instantly share code, notes, and snippets.

@Netzvamp
Netzvamp / module_websocketclient.pb
Last active September 28, 2023 11:47
Purebasic Websocketclient
; Websocketclient by Netzvamp
; Version: 2016/01/08
DeclareModule WebsocketClient
Declare OpenWebsocketConnection(URL.s)
Declare SendTextFrame(connection, message.s)
Declare ReceiveFrame(connection, *MsgBuffer)
Declare SetSSLProxy(ProxyServer.s = "", ProxyPort.l = 8182)
Enumeration
// ==UserScript==
// @name Ebay_Einschraenkungen
// @namespace https://gist.githubusercontent.com/Netzvamp/9ac09404d03915c0e783/raw/
// @updateURL https://gist.githubusercontent.com/Netzvamp/9ac09404d03915c0e783/raw/
// @downloadURL https://gist.githubusercontent.com/Netzvamp/9ac09404d03915c0e783/raw/
// @version 0.11
// @description Ebay Einschraenkungen vollstaendig anzeigen
// @author Netzvamp
// @copyright 2015, Netzvamp, Apache License 2.0
// @match http://www.ebay.de/itm/*
@Netzvamp
Netzvamp / fussball_de.py
Created January 17, 2018 23:33
Fussball.de Ergebnis Crawler
from requests import get
from bs4 import BeautifulSoup
import re
import json
team_id = '011MIBM9IK000000VTVG0001VTR8C1K7'
url = "http://www.fussball.de/ajax.team.prev.games/-/team-id/{}".format(team_id)
response = get(url) # Download team games page
@Netzvamp
Netzvamp / tel_links.py
Created February 14, 2022 18:52
Set your own Python script or executable as tel link handler