https://github.com/codenoid/long-polling-telebot
Example of Long Polling Connection Written in Crystal :robot: "beep boop"
https://github.com/codenoid/long-polling-telebot
bot crystal telegram-bot
Last synced: 7 months ago
JSON representation
Example of Long Polling Connection Written in Crystal :robot: "beep boop"
- Host: GitHub
- URL: https://github.com/codenoid/long-polling-telebot
- Owner: codenoid
- Created: 2017-09-11T13:56:32.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-11T14:21:53.000Z (over 8 years ago)
- Last Synced: 2025-02-02T15:48:49.754Z (about 1 year ago)
- Topics: bot, crystal, telegram-bot
- Language: Crystal
- Homepage:
- Size: 37.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Example of Long Polling Connection on Telegram BOT

## Projet Folder
.
├── README.md
├── kakseto.jpg
├── shard.yml
└── src
└── memebot.cr
## Installation
`crystal build src/memebot.cr`
## Usage
1. do `shards install` in project root
2. `crystal build src/memebot.cr`
3. `./memebot`
Try send some command
## Development
More happiness
## Contributing
1. Fork it ( https://github.com/codenoid/memebot/fork )
2. Create your feature branch (git checkout -b my-new-feature)
3. Commit your changes (git commit -am 'Add some feature')
4. Push to the branch (git push origin my-new-feature)
5. Create a new Pull Request
## Contributors
- [Rubi Jihantoro](https://github.com/codenoid) - creator, maintainer