Skip to content

Instantly share code, notes, and snippets.

View ctrlaltf2's full-sized avatar
🤠

Caleb ctrlaltf2

🤠
View GitHub Profile
@ctrlaltf2
ctrlaltf2 / remarkable_tablet_get_update_machine_id.py
Last active March 18, 2021 23:58 — forked from AaronDavidSchneider/remarkable_tablet_get_update_machine_id.py
Generate random machine ids and send to reMarkable update server to find an ID that is approved for a firmware update.
#!/usr/bin/env python3
import time
import uuid
import random
import requests
# This script is tested and working as of March 2021.
# It is only a slightly modified version of leezu's script: https://gist.github.com/leezu/2efb1533d453b70db406b58eb6e3a2af
# leezu gets 99.9% of the credit