Skip to content

Instantly share code, notes, and snippets.

View andrewda's full-sized avatar
🛩️

Andrew Dassonville andrewda

🛩️
View GitHub Profile
@andrewda
andrewda / mjpeg.py
Created October 10, 2018 22:17 — forked from walchko/mjpeg.py
simple mjpeg server using opencv 3.2 and basichttpserver
#!/usr/bin/env python
# License: MIT
# (c) 2017 Kevin J. Walchko
import cv2
from BaseHTTPServer import BaseHTTPRequestHandler
from BaseHTTPServer import HTTPServer
import time
import argparse
@andrewda
andrewda / README.md
Last active July 22, 2016 23:38 — forked from alex7kom/README.md
Steam Donation Bot

Steam Donation Bot

A Steam bot that accepts item donations.

Basically, it accepts any offer that doesn't ask for any items from its inventory.

Feel free to use if you want to accept item donations for your project, or modify it as you see fit.

This bot does not support mobile auth as of yet.