{"id":24966965,"url":"https://github.com/wolfsilver/blinko-telegram","last_synced_at":"2025-03-29T02:27:37.853Z","repository":{"id":273855403,"uuid":"919429236","full_name":"wolfsilver/blinko-telegram","owner":"wolfsilver","description":"Blinkogram is an easy to use integration service for syncing messages and images from a Telegram bot into your Blinko.","archived":false,"fork":false,"pushed_at":"2025-03-25T01:29:29.000Z","size":26,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-25T02:32:45.601Z","etag":null,"topics":["blinko","telegram"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wolfsilver.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-01-20T11:25:30.000Z","updated_at":"2025-03-25T01:29:32.000Z","dependencies_parsed_at":"2025-01-23T11:42:48.682Z","dependency_job_id":null,"html_url":"https://github.com/wolfsilver/blinko-telegram","commit_stats":null,"previous_names":["wolfsilver/blinko-telegram"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wolfsilver%2Fblinko-telegram","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wolfsilver%2Fblinko-telegram/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wolfsilver%2Fblinko-telegram/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wolfsilver%2Fblinko-telegram/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wolfsilver","download_url":"https://codeload.github.com/wolfsilver/blinko-telegram/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246128599,"owners_count":20727940,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["blinko","telegram"],"created_at":"2025-02-03T12:35:17.953Z","updated_at":"2025-03-29T02:27:37.828Z","avatar_url":"https://github.com/wolfsilver.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Blinkogram\n\n**Blinkogram** is an easy to use integration service for syncing messages and images from a Telegram bot into your Blinko.\n\n## Prerequisites\n\n- Telegram Bot\n\n## Installation\n\nDownload the binary files for your operating system from the [Releases](https://github.com/wolfsilver/blinko-telegram/releases) page.\n\n## Configuration\n\nCreate a `.env` file in the project's root directory and add the following configuration:\n\n```env\nSERVER_ADDR=https://blinko.up.railway.app\nBOT_TOKEN=your_telegram_bot_token\nBOT_PROXY_ADDR=https://api.your_proxy_addr.com\n```\n\nThe `SERVER_ADDR` should be your self hosted server address that the Blinko is running on.\n\n## Usage\n\n### Starting the Service\n\n#### Starting with binary\n\n1. Download and extract the released binary file;\n2. Create a `.env` file in the same directory as the binary file;\n3. Run the executable in the terminal:\n\n   ```sh\n   ./blinkogram\n   ```\n\n4. Once the bot is running, you can interact with it via your Telegram bot.\n\n#### Starting with Docker\n\nOr you can start the service with Docker:\n\n1.  Build the Docker image: `docker build -t blinkogram .`\n2.  Run the Docker container with the required environment variables:\n\n    ```sh\n    docker run -d --name blinkogram \\\n    -e SERVER_ADDR=https://blinko.up.railway.app \\\n    -e BOT_TOKEN=your_telegram_bot_token \\\n    blinkogram\n    ```\n\n3.  The Blinkogram service should now be running inside the Docker container. You can interact with it via your Telegram bot.\n\n#### Starting with Docker Compose\n\nOr you can start the service with Docker Compose. This can be combined with the `blinko` itself in the same compose file:\n\n1.  Create a folder where the service will be located.\n2.  Clone this repository in a subfolder `git clone https://github.com/wolfsilver/blinko-telegram blinkogram`\n3.  Create `.env` file\n    ```sh\n    SERVER_ADDR=https://blinko.up.railway.app\n    BOT_TOKEN=your_telegram_bot_token\n    ```\n4.  Create Docker Compose `docker-compose.yml` file:\n    ```yaml\n    services:\n      blinkogram:\n        env_file: .env\n        build: blinkogram\n        container_name: blinkogram\n    ```\n5.  Run the bot via `docker compose up -d`\n6.  The Blinkogram service should now be running inside the Docker container. You can interact with it via your Telegram bot.\n\n### Interaction Commands\n\n- `/start \u003caccess_token\u003e`: Start the bot with your Blinko access token.\n- Send text messages: Save the message content as a memo.\n- Send files (photos, documents): Save the files as resources in a memo.\n- `/search \u003cwords\u003e`: Search for the memos.\n\n### References\n\u003e [memogram](https://github.com/usememos/memogram)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwolfsilver%2Fblinko-telegram","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwolfsilver%2Fblinko-telegram","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwolfsilver%2Fblinko-telegram/lists"}