https://github.com/lubien/example-telegram-bot
A quick example I've built to show to friends
https://github.com/lubien/example-telegram-bot
elixir example minimal nadia telegram
Last synced: 10 months ago
JSON representation
A quick example I've built to show to friends
- Host: GitHub
- URL: https://github.com/lubien/example-telegram-bot
- Owner: lubien
- Created: 2017-08-07T01:24:50.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-07T01:25:12.000Z (over 8 years ago)
- Last Synced: 2025-02-01T13:24:25.057Z (12 months ago)
- Topics: elixir, example, minimal, nadia, telegram
- Language: Elixir
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bot
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `bot` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:bot, "~> 0.1.0"}]
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/bot](https://hexdocs.pm/bot).