A Telegram bot that serves links to remote Jupyter notebook sessions
You need:
- A UNIX machine (I use Debian)
- bash
- Python (at least 3.10, I use 3.12)
- Docker
- A Telegram bot token that you obtain from BotFather
- Clone the repo
git clone [email protected]:kotleta2007/remote-jupyter-bot.git
- Create a virtual environment, install the dependencies
python -m virtualenv bot
source bot/bin/activate
pip install -r requirements.txt
- Put your bot token in
.env
echo TELEGRAM_TOKEN=YOUR_TOKEN_HERE > .env
- Run the script
./jupyter-bot.sh
The /man
command lists all available commands.