Skip to content

La-Volpe/Lyrixal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lyrixal

A Telegram bot for finding music lyrics, written in Python.

Acknowledgment

This this code uses pyTelegramBotAPI for connecting to the Telegram Bot API.

How to Deploy

  • Clone this repo, or alternativly use the downloadable zip:
$ git clone https://github.com/La-Volpe/Lyrixal.git
$ cd Lyrixal

Method 1: Using installer script

Simply run install.sh script and follow the instructions it gives you.

$ ./install.sh

Method 2: Manual installation

  • Make sure you have Python 3.4+ installed on your machine:
$ python3 --version
  • Install the requirements:
# pip install -r requirements
  • Write your bot token you got from @BotFather in key.txt:
$ echo "THE LONG TOKEN STRING HERE" > key.txt 
  • And run the script!
$ python3 bot.py &

Bot

There's a working bot deployed on my own computer.
Please use only for testing purposes for now!
@LyrixalBot

Licence

This repo is Licensed under MIT License by Javad Arjmandi.

About

A lyric finder telegram bot, based on pyTelegramBotAPI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published