Skip to content

Inspired by year_progress on twitter, this is a progress bar for Bikram Sambat (Nepali date). A cron job (using github actions) posts the progress bar on twitter.

Notifications You must be signed in to change notification settings

Moonlit-Solutions/nepali-year-in-progress

Repository files navigation

Workflow tweet

Installation

Clone the repository

https://github.com/Moonlit-Solutions/nepali-year-in-progress

CD into the cloned directory and create a virtualenv

python -m venv env

Enable virtualenv

.\env\Scripts\activate

Enable virtualenv (windows)

.\env\Scripts\activate

Install dependency packages from requirements.txt

pip install -r requirements.txt

Run flask app

source FLASK_APP="app.py" flask run

Run flask app (windows)

$env:FLASK_APP="app.py" flask run

.env

Add Twitter keys and BasicAuth keys to the .env_sample file. Once complete rename it to .env

About

Inspired by year_progress on twitter, this is a progress bar for Bikram Sambat (Nepali date). A cron job (using github actions) posts the progress bar on twitter.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published