Th3FAS / subscene-bot

A Telegram bot to access subscene.com subtitles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A Telegram bot to access subscene.com subtitles

License:GNU General Public License v3.0


Languages

Language:PHP 89.5%Language:TSQL 10.5%