0.0.5 • Published 10 years ago
telegram-sio-daily-bot v0.0.5
telegram-sio-daily-bot
Telegram (Dum)bot for daily Sio comic strips
npm install -g telegram-sio-daily-bot
Configuration
Environment variables
The bot can be configured with the following environment variables:
TELEGRAM_SIO_DAILY_BOT_FACEBOOK_APP_IDwith a Facebook app IDTELEGRAM_SIO_DAILY_BOT_FACEBOOK_APP_SECRETwith a Facebook app secretTELEGRAM_SIO_DAILY_BOT_TELEGRAM_TOKENwith the Telegram bot tokenTELEGRAM_SIO_DAILY_BOT_TELEGRAM_TOKENwith the Telegram bot tokenTELEGRAM_SIO_DAILY_BOT_REDIS_HOSTwith the Redis server hostnameTELEGRAM_SIO_DAILY_BOT_REDIS_PORTwith the Redis server portTELEGRAM_SIO_DAILY_BOT_REDIS_PASSWORDwith the Redis server password (optional)PORTwith the port to use for the Web Server
JSON config file
Configuration can be provided in development mode with a config.json file (see
config.json.sample) with the following structure:
{
"facebook": {
"appId": "facebook-app-id",
"appSecret": "facebook-app-secret"
},
"telegram": {
"token": "telegram-bot-token"
},
"redis": {
"host": "redis-host",
"port": "redis-port",
"password": "redis-password"
},
"port": 3000
}Run
To run the application, execute either one of npm start or telegram-sio-daily-bot (if installed
globally).
License
Copyright 2016 Francesco Pontillo
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.0.0.5
10 years ago