https://github.com/setnemo/repeat-word-bot
Telegram bot to help you repeat new English words and learn pronunciation
https://github.com/setnemo/repeat-word-bot
Last synced: about 1 year ago
JSON representation
Telegram bot to help you repeat new English words and learn pronunciation
- Host: GitHub
- URL: https://github.com/setnemo/repeat-word-bot
- Owner: setnemo
- License: mit
- Created: 2021-02-18T10:12:06.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-11-01T22:02:47.000Z (over 2 years ago)
- Last Synced: 2025-04-06T22:33:32.189Z (about 1 year ago)
- Language: PHP
- Homepage:
- Size: 68 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Repeat Word Bot v3.0.1
Telegram bot [@RepeatWordBot][0] will help you learn new English words
[](//github.com/setnemo/repeat-word-bot/actions)
[](https://sonarcloud.io/component_measures/metric/coverage/list?id=setnemo_repeat-word-bot)
[](https://sonarcloud.io/component_measures/metric/reliability_rating/list?id=setnemo_repeat-word-bot)
[](https://sonarcloud.io/component_measures/metric/security_rating/list?id=setnemo_repeat-word-bot)
[](https://sonarcloud.io/component_measures/metric/bugs/list?id=setnemo_repeat-word-bot)
[](https://sonarcloud.io/component_measures/metric/code_smells/list?id=setnemo_repeat-word-bot)
[](#)
### Environment
This project use [setnemo/bots-environment][1]
```bash
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
```bash
git clone https://github.com/setnemo/repeat-word-bot.git
cd repeat-word-bot
make up
```
Create .env
```bash
cat .env.dist > .env
```
Install composer dependencies
```bash
make install
```
### Tests
Build containers for tests
```bash
make test-up
```
Run tests with coverage
```bash
make test-all
```
[0]: https://t.me/RepeatWordBot
[1]: https://github.com/setnemo/bots-environment