https://github.com/igungor/ilber
Custom Telegram bot for specific needs
https://github.com/igungor/ilber
Last synced: about 1 month ago
JSON representation
Custom Telegram bot for specific needs
- Host: GitHub
- URL: https://github.com/igungor/ilber
- Owner: igungor
- License: mit
- Created: 2015-06-30T16:10:33.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2021-09-30T08:03:52.000Z (over 3 years ago)
- Last Synced: 2025-03-27T11:51:21.372Z (about 2 months ago)
- Language: Go
- Homepage:
- Size: 19 MB
- Stars: 16
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ilber
`ilber` is a multi-purpose Telegram bot.
`ilber` is currently running on Google Cloud Functions. The following
environment variables can be used to configure the application:| KEY | TYPE | DEFAULT | REQUIRED | DESCRIPTION |
|-------------------------------|---------------|---------|----------|--------------------------------------------------------------|
| ILBER_TOKEN | String | | true | Telegram bot token received from Botfather |
| ILBER_DEBUG | TRUE or FALSE | FALSE | false | Enable debug logging |
| ILBER_GOOGLE_API_KEY | String | | false | Google Custom Search API Key used for Google Search requests |
| ILBER_GOOGLE_SEARCH_ENGINE_ID | String | | false | Google Search Engine ID, passed to Custom Search API |
| ILBER_OPENWEATHERMAP_APP_ID | String | | false | OpenWeather ID used for weather requests |## license
MIT. See LICENSE.