daskol / typst-telegram-bot

Render math expression with typst markup language in Telegram
https://t.me/TypstBot
MIT License
6 stars 1 forks source link

Add command line subcommand for user communications #4

Closed daskol closed 9 months ago

daskol commented 9 months ago

Typical usage example follow: send message from message.json for chat ids in input.csv and write sending statuses to output.csv.

python -m typst_telegram announce -o output.csv message.json input.csv

Message file format corresponds Telegram Bot API in a sense that message text is in text field of JSON.

{"text": "Some message..."}