Home

Awesome

One Day One Ayah

One Day One Ayah

Screenshoot at One Day One Ayah

Send message, 5 times a day, that contains the quran verse and indonesian translation to your telegram bot.

The odoa python script taken from https://github.com/Keda87/python-quran-odoa/blob/master/odoa.py.

Why?

Telegram?

The easiest instant messaging app bot to configure

Build this bot?

At least learn quran one verse a day.

Github Action?

Learning purpose

Make it your own

Clone this repo

git clone https://github.com/argaghulamahmad/one-day-one-ayah.git

Create a new repo on your github account.

Create your own telegram bot.

Enter the following secrets to your github repo secrets

// Telegram chat id and your telegram bot token
// For further information, read README of the repo below
// https://github.com/appleboy/telegram-action

TELEGRAM_TO     // chat id with bot
TELEGRAM_TOKEN  // telegram api token
// Your name and your github email for commit loggin purpose

email           // your github email
name            // your name

Push to your own repo

Remove the current remote origin and add your repo as remote origin

git remote remove origin
git remote add origin <your-github-repo>

Push to your own repo

git push origin master

Built With

How-to? Run sso-login script locally

Install everything that needed to run the script

pip install -r requirements.txt

Run the sso-login script

python main.py

References

Authors