Skip to content

es6kr/celery-gsheets

 
 

Repository files navigation

Digital Commerce

A django-celery-beat package for gsheets

Installation

Install using pip...

pip install git+https://github.com/ODCNC/celery-gsheets.git

Add configurations to .env file

GSHEETS_BROKER_URL="amqp://..."
GSHEETS_RESULT_BACKEND="redis://..."
SERVICE_ACCOUNT_FILE="<google_account_file_name>"
SPREADSHEET_TITLE="<spreadsheet_title>"

Run via pm2

pm2 delete gsheets
pm2 startOrReload gsheets.json
pm2 log

Contribution

Install command-line tools and update requirements

pip install pip-tools
pip-compile -o requirements.txt config/requirements.in
pip install -r config/requirements.txt

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 89.5%
  • Makefile 8.0%
  • Dockerfile 2.5%