Skip to content

Instantly share code, notes, and snippets.

View mateuspestana's full-sized avatar
🧨
Focusing on Swift and Python

Mateus Pestana mateuspestana

🧨
Focusing on Swift and Python
View GitHub Profile

Easy Amiibo Emulation - https://bit.ly/2z0m09k

(^ that's a short-link to this page, so you can open it in Linux)

Some users are discussing this guide in #hacking on the JoyConDroid Discord: https://discord.gg/SQNEx9v.

DO NOT ask for, or share links to, Amiibo bins in the comments! They will be removed. Thank you for understanding.

(Windows|Linux PC) + JoyControl + Bluetooth = AMIIBO EMULATION

@mateuspestana
mateuspestana / cikrf.py
Last active April 22, 2018 22:55 — forked from alexshpilkin/cikrf.py
Russian elections
#!/usr/bin/env python3
import sys
import time
from bs4 import BeautifulSoup
import urllib3
pool = urllib3.PoolManager(10)
#Up to date data
ROOT_URL = 'http://www.vybory.izbirkom.ru/region/region/izbirkom?action=show&root=1&tvd=100100084849066&vrn=100100084849062&region=0&global=1&sub_region=0&prver=0&pronetvd=null&type=227'