# BuptPowerOffDate_bot **Repository Path**: Leeyuxun/BuptPowerOffDate_bot ## Basic Information - **Project Name**: BuptPowerOffDate_bot - **Description**: Telegram bot to send sticker telling power off today or not - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-13 - **Last Updated**: 2021-01-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # BuptPowerOffDate_bot Telegram Link: [http://t.me/BuptPowerOffDate_bot](http://t.me/BuptPowerOffDate_bot) forked from https://github.com/imxieyi/sticker_time_bot ## Introduction This is a [Telegram](https://telegram.org/) bot sending a sticker telling power off or not. You can start or stop any time using commands. ## Commands **Start sending stickers:** `/start` **Stop sending stickers:** `/stop` **Set timezone:** `/timezone Asia/Shanghai` *List of timezones in tz database: [https://en.wikipedia.org/wiki/List_of_tz_database_time_zones](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones)* **Enable/Disable auto deleting messages:** `/autodelete [on|off]` **Get remind info** `/remind` ## Environment - Node.js 8.0+ ## Installation ```sh npm install ``` ## Configuration Edit config.json: ```json { "tg_bot_token": "Your Telegram bot token here", "log_file": "Log file" } ``` ## Start ```sh npm start ```