/repeat-word-bot

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

Primary LanguagePHPMIT LicenseMIT

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 setnemo/bots-environment

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

Install

Clone project and build

git clone https://github.com/setnemo/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