mirror of
https://github.com/kemko/memes-telegram-integration.git
synced 2026-01-01 15:55:41 +03:00
35fb717f40931dd11d07cf9797296ff4845ad3c8
Memogram
Memogram is an easy to use integration service for syncing messages and images from a Telegram bot into your Memos.
Prerequisites
- Memos service
- Telegram Bot
Installation
Download the binary files for your operating system from the Releases page.
Configuration
Create a .env file in the project's root directory and add the following configuration:
SERVER_ADDR=your_memos_server_address (e.g., https://demo.usememos.com)
BOT_TOKEN=your_telegram_bot_token
Usage
Starting the Service
-
Download and extract the released binary file;
-
Create a
.envfile in the same directory as the binary file; -
Run the executable in the terminal:
./memogram -
Once the bot is running, you can interact with it via your Telegram bot.
Interaction Commands
/start <access_token>: Start the bot with your Memos access token.- Send text messages: Save the message content as a memo.
- Send files (photos, documents): Save the files as resources in a memo.
Description
Languages
Go
98.1%
Dockerfile
1.9%