Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clementlecorre/mail-to-telegram
Mail (IMAP) to telegram
https://github.com/clementlecorre/mail-to-telegram
golang telegram
Last synced: 19 days ago
JSON representation
Mail (IMAP) to telegram
- Host: GitHub
- URL: https://github.com/clementlecorre/mail-to-telegram
- Owner: clementlecorre
- Created: 2020-04-14T19:37:30.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-16T12:06:05.000Z (almost 5 years ago)
- Last Synced: 2024-06-20T02:04:28.093Z (8 months ago)
- Topics: golang, telegram
- Language: Go
- Homepage:
- Size: 6.84 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Release](https://img.shields.io/github/v/release/clementlecorre/mail-to-telegram)](https://github.com/clementlecorre/mail-to-telegram/releases/latest)
[![Go version](https://img.shields.io/github/go-mod/go-version/clementlecorre/mail-to-telegram/master)](https://golang.org/doc/devel/release.html)
[![Docker](https://img.shields.io/docker/pulls/cl3m3nt/mail-to-telegram)](https://hub.docker.com/r/cl3m3nt/mail-to-telegram)## About
`mail-to-telegram` listens to your mail (imap) and sends the message on telegram. The email fetch is event-based.
You can customize the processing on the received email## Install
### Docker
```bash
docker pull clementlecorre/mail-to-telegram
docker container run --rm clementlecorre/mail-to-telegram --help
```