Skip to content

Instantly share code, notes, and snippets.

View oc013's full-sized avatar
🎯
Focusing

oc013

🎯
Focusing
View GitHub Profile
@m-roberts
m-roberts / Unlock Rotki Premium.md
Last active December 20, 2022 20:09
Unlock rotki premium features and prevent connections to server API

Unlock rotki premium features and prevent connections to server API

Should work on all recent versions. Make edits to the source files yourself:

# Default state: ACTIVE premium
sed -i 's/self.status = SubscriptionStatus.UNKNOWN/self.status = SubscriptionStatus.ACTIVE/g' rotkehlchen/premium/premium.py

# Remove API routes
sed -i "s/self.uri = .*/self.uri = ''/g" rotkehlchen/premium/premium.py
sed -i "s|https://rotki.com/api/1/usage_analytics||g" rotkehlchen/usage_analytics.py