Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mamal72/golyrics-telegram

A simple Telegram lyrics bot
https://github.com/mamal72/golyrics-telegram

api lyrics telegram telegram-bot

Last synced: 3 months ago
JSON representation

A simple Telegram lyrics bot

Awesome Lists containing this project

README

        

[![Go Report Card](https://goreportcard.com/badge/github.com/mamal72/golyrics-telegram)](https://goreportcard.com/report/github.com/mamal72/golyrics-telegram)
[![license](https://img.shields.io/github/license/mamal72/golyrics-telegram.svg)](https://github.com/mamal72/golyrics-telegram/blob/master/LICENSE)

# golyrics-telegram
A simple Telegram lyrics bot based on [golyrics](https://github.com/mamal72/golyrics).

There's a working demo running [here](https://telegram.me/GolyricsBot). I may stop it or not; No guaranty! 🤖

## Installation

```bash
go get github.com/mamal72/golyrics-telegram
```

## Usage

```bash
BOT_TOKEN=YOUR_BOT_TOKEN golyrics-telegram
```

> You can also export your `BOT_TOKEN` or set it in the `.env` file in the root of the project. There's an example `.env` file named `.env.example` with needed variable names there.

## Screenshot

golyrics-telegram


golyrics-telegram

## Development

1. Clone the repository.

1. Fill the needed variables in `.env.example` file.

1. Rename `.env.example` to `.env`.

1. Build or run the app.

## Ideas || Issues
Just fill an issue and describe it. I'll check it ASAP!

## Contribution

You can fork the repository, improve or fix some part of it and then send the pull requests back if you want to see them here. I really appreciate that. :heart:

## License
> MIT