Send notify to Telegram when a nickname is available.
TELEGRAM_BOT_TOKEN
- Bot token from @BotFatherTEEGRAM_CHAT_ID
- Chat ID to send a notifyNICKNAMES
- Nicknames (comma separate) for check
Scripts:
background.py
- For background checking nicknames on your device.for_ga.py
- For Github Actions, see this
- Create a screen
screen -S mine_checker
- Create and activate a virtual environment:
python3 -m venv venv
source venv/bin/activate
- Install requirements:
pip install -U pip
pip install -r requirements.txt
- Create environ variables (see #Envs)
- Run
python background.py
- Detach from the screen, press
Ctrl+A+D