Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rooom13/dailyword-bot
A Telegram Bot to help Spanish speakers learn German & vice-versa Python, Redis on the backend. Check it, its live!
https://github.com/rooom13/dailyword-bot
api bot collaborators german open-source python redis telegram-bot
Last synced: about 1 month ago
JSON representation
A Telegram Bot to help Spanish speakers learn German & vice-versa Python, Redis on the backend. Check it, its live!
- Host: GitHub
- URL: https://github.com/rooom13/dailyword-bot
- Owner: rooom13
- Created: 2018-11-09T11:29:33.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-06T21:53:38.000Z (almost 2 years ago)
- Last Synced: 2023-03-09T05:35:46.347Z (almost 2 years ago)
- Topics: api, bot, collaborators, german, open-source, python, redis, telegram-bot
- Language: Python
- Homepage:
- Size: 2.33 MB
- Stars: 2
- Watchers: 0
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [@dailyWord_bot](https://telegram.me/dailyWord_bot) (Check it, it's live :globe_with_meridians:)
[![dailyWord-bot](https://github.com/rooom13/dailyWord-bot/actions/workflows/github-action.yml/badge.svg?branch=master)](https://github.com/rooom13/dailyWord-bot/actions/workflows/github-action.yml)This repository contains the source code for [**@dailyWord_bot**](https://telegram.me/dailyWord_bot), a Telegram Bot that eases learning new words & expressions in German and Spanish.
## What does @dailyWord_bot do?
**@dailyWord_bot** will send you daily words with examples with a set of sentence examples. You can as well mark/unmark the words that you already know so they won't appear anymore.![screenshot](https://user-images.githubusercontent.com/32899185/100937837-f65e3b00-34f3-11eb-87cd-803d6fefd932.png)
The words data bank is updated dynamically with the will of collaborators via a Google Spread Sheet. Do not hesitate reaching out to collaborate! :blush:
## How can I start using it?
Just open Telegram and start a conversation with [**@dailyWord_bot**](https://telegram.me/dailyWord_bot)### Tech Stack
| What | Tech |
| ------ | ------ |
| development | python |
| database | redis |
| deployment | Docker, docker-compose |
| CI | Github Actions to enforce merge checks for tests, static analysis & coverage |