Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/timjb/telegram-sendmessage

Using the Telegram Bot API to send messages to myself
https://github.com/timjb/telegram-sendmessage

telegram-api

Last synced: 24 days ago
JSON representation

Using the Telegram Bot API to send messages to myself

Awesome Lists containing this project

README

        

# telegram-sendmessage

Use the Telegram API to send a message to
all users having a conversation with the bot.
You need to get an API token first and put it in `~/.telegram-token`.
You can get such a token from the [Botfather](https://core.telegram.org/bots#botfather).

## Usage

```bash
$ telegram-sendmessage your message goes here
```

## Installation

Using stack:

```bash
$ stack install
```

With cabal:

```bash
$ cabal install
```