https://github.com/evuez/leekbot
A Telegram bot written in Elixir.
https://github.com/evuez/leekbot
Last synced: about 1 year ago
JSON representation
A Telegram bot written in Elixir.
- Host: GitHub
- URL: https://github.com/evuez/leekbot
- Owner: evuez
- License: mit
- Created: 2016-06-30T07:56:04.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-05T08:25:52.000Z (almost 10 years ago)
- Last Synced: 2024-10-19T17:30:26.675Z (over 1 year ago)
- Language: Elixir
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Leekbot
A Telegram bot written in Elixir.
This is my first Elixir application so things are quite messy, hopefully it'll get better as I learn more about Elixir.
For now the bot only replies to the following commands:
```
/kana # Ask for the kana (hiragana only)
/cast # Ask for the cast of a movie / TV show
```
Start it in a iex session using `Leekbot.start_link`.
I don't have any explanation for the name. It just popped into my head when I started the project.