Skip to content

Instantly share code, notes, and snippets.

View pythonios's full-sized avatar
💭
kek

Nick pythonios

💭
kek
View GitHub Profile
@kirelagin
kirelagin / aliexpress-address-hack.md
Last active November 10, 2025 09:00
How to add a Swiss address on AliExpress

Swiss address on AliExpress

How to enter a Swiss address on AliExpress.

The problem

AliExpress has a stupid interface for entering your address – it makes you select the country, then the canton/region/state, then the city, all from drop-down lists. Of course, their drop-down lists are incomplete: e.g., for most cantons in Switzerland, they only have the capital city and nothing else.

@gintsmurans
gintsmurans / telegram.py
Last active June 25, 2016 19:30
Telegram (tg) + python cli
#!/usr/bin/env python3
import argparse
import subprocess
import time
import select
PATH_TO_TELEGRAM = '/root/tg/telegram'