Skip to content

Instantly share code, notes, and snippets.

@berdanakyurek
berdanakyurek / autoBlockList.py
Created February 13, 2023 08:38
Telegram rose bot auto blocklist a list of words
from telethon import TelegramClient
import time
# User specific values.
#
# You can get those three from my.telegram.org!
api_id = 1111111
api_hash = 'API_HASH'
phone = '+111111111111'
@berdanakyurek
berdanakyurek / update_xkb.sh
Last active February 13, 2023 08:33
Update xkb settings using a github repo
# Run with sudo
cd /usr/share/X11/xkb
rm -rf *
rm -rf .git
git init
git remote add origin [email protected]:berdanakyurek/x11-keyboard-configuration.git
git pull origin main
setxkbmap -layout us