A side project: a Telegram randomizer bot with inline functions such as coin toss, dice rolls, and list-based choices.
Built with Python and python-telegram-bot, and developed as an experiment in using the Codex CLI for AI-assisted coding.
/toss– flip a coin/roll <number>– roll a die with a given number of sides/choose <count> <items>– pick random elements from a list
This project is primarily for learning and experimenting with:
- Telegram Bot API
- Inline functions
- AI-assisted coding with Codex CLI