/subscene-bot

A Telegram bot to access subscene.com subtitles

Primary LanguagePHPGNU General Public License v3.0GPL-3.0

Subscene Bot

license HitCount

A Telegram bot to access subscene.com subtitles using subscene-api-php

Demo

Visit Subscene Robot on Telegram.

Installation

  • Clone the repository
git clone https://github.com/sh-sh-dev/subscene-bot.git && cd subscene-bot
  • Import database

Import the db.sql file to your database server

Configuration

You must fill 4 variables placed in config.php file:

  • timezone - Your app timezone

  • token - Telegram API token

  • dbConfiguration - Database configuration (host, user, password and database name)

  • subscene - Your subscene account email and password

TODO

  • Add other languages

License

This project is licensed under the GPL License - see the LICENSE.md file for details