Skip to content

A Telegram Bot for learning hangeul (reading and speaking)

Notifications You must be signed in to change notification settings

dzakyputra/hangeulbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hangeulbot

Learn Hangeul


Read the full tutorial in my Medium article here.

You can check the bot in here, type /word command to get a word and an audio file.

Prerequisites

You can install all the libraries using this command.

pip install -r requirements.txt

Steps

Preparing Dataset

Before we can use the bot, make sure you run the database.py first so that we have the dictionary.csv and the audio files. Make sure you already set the environment variable GOOGLE_APPLICATION_CREDENTIALS to your credential path.

python database.py

Run the bot

Make sure to change YOUR_BOT_TOKEN in main.py to your bot's token before running the command below.

python main.py

About

A Telegram Bot for learning hangeul (reading and speaking)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages