To use this application, please follow these steps:
- Ensure you have PostgreSql installed.
- Fill in the values in settings.py
- Run the command 'python run_once.py'
- Run celery workers and celery beat by running these commands in separate terminals:
i. "celery worker -A zapier --loglevel=debug --concurrency=3"
ii. "celery -A zapier beat" - Activate the virtual environment by running 'source venv/bin/activate' and then run the command 'python run_here.py'.
I would recommend trying out two particular Zap possibilities.
- Sending email data to google sheets as a row.
- Downloading data frop dropbox if it has been changed in last certain time duration.