--- title: Memos操作文档 date: 2024-11-19T14:46:36+08:00 lastmod: 2024-11-28T15:53:00+08:00 --- # Memos操作文档   [Memos线上文档](https://www.usememos.com/docs) > Tips: > > 第三方连接必须使用`https`   Telegram:   创建**Telegram Bot。**   获取**Telegram Bot** **token。**   使用**Telegram Bot** `/start `: Start the bot with your Memos access token. ```yaml services: memogram: image: rammiah/memogram:latest environment: SERVER_ADDR: "dns:40.233.18.33:5230" # your server rpc port BOT_TOKEN: "7101647180:AAHe4KaWAcXTOdiv4h_7kqrIDhnDR7Dk0Xg" # goto botfather get bot token restart: unless-stopped ```   ‍   ‍