Skip to content

Latest commit

 

History

History
91 lines (67 loc) · 2.93 KB

README.md

File metadata and controls

91 lines (67 loc) · 2.93 KB

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?

  • Github action provide pipeline that free to use without limit as long the repo visibility is public
  • Can triggered with cron (linux time scheduler)

Learning purpose

  • Learn how to utilize github action
  • Discover interesting github action that develop by community
  • Develop telegram bot

Make it your own

Clone this repo

git clone https://github.com/argaghulamahmad/one-day-one-ayah.git
// 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