Skip to content

Latest commit

 

History

History
43 lines (23 loc) · 1.09 KB

README.md

File metadata and controls

43 lines (23 loc) · 1.09 KB

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