nullcookies / repeat-word-bot

Telegram bot to help you repeat new English words and learn pronunciation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Repeat Word Bot v3.0.1

Telegram bot @RepeatWordBot will help you learn new English words

Github actions Build SonarCloud Coverage SonarCloud Reliability rating SonarCloud Security rating SonarCloud Bugs SonarCloud Code Smells License

Environment

This project use omentes/bots-environment

git clone https://github.com/omentes/bots-environment.git
cd bots-environment
echo "DB_PASSWORD=password\n" > .env
make up

Install

Clone project and build

git clone https://github.com/omentes/repeat-word-bot.git
cd repeat-word-bot
make up

Create .env

cat .env.dist > .env

Install composer dependencies

make install

Tests

Build containers for tests

make test-up

Run tests with coverage

make test-all

About

Telegram bot to help you repeat new English words and learn pronunciation

License:MIT License


Languages

Language:PHP 97.7%Language:Makefile 1.5%Language:Dockerfile 0.7%Language:CSS 0.1%