Skip to content
This repository has been archived by the owner on Dec 16, 2020. It is now read-only.

lecoselol/node-telegram-sio-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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_ID with a Facebook app ID
  • TELEGRAM_SIO_DAILY_BOT_FACEBOOK_APP_SECRET with a Facebook app secret
  • TELEGRAM_SIO_DAILY_BOT_TELEGRAM_TOKEN with the Telegram bot token
  • TELEGRAM_SIO_DAILY_BOT_TELEGRAM_TOKEN with the Telegram bot token
  • TELEGRAM_SIO_DAILY_BOT_REDIS_HOST with the Redis server hostname
  • TELEGRAM_SIO_DAILY_BOT_REDIS_PORT with the Redis server port
  • TELEGRAM_SIO_DAILY_BOT_REDIS_PASSWORD with the Redis server password (optional)
  • PORT with 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.

About

Telegram (Dum)bot for daily Sio comic strips

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •