Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kiote/calendar_app_old
interaction with GCal API
https://github.com/kiote/calendar_app_old
Last synced: about 7 hours ago
JSON representation
interaction with GCal API
- Host: GitHub
- URL: https://github.com/kiote/calendar_app_old
- Owner: kiote
- Created: 2015-08-06T19:55:55.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-03T13:44:57.000Z (about 9 years ago)
- Last Synced: 2023-03-10T19:26:01.119Z (over 1 year ago)
- Language: Python
- Size: 324 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](https://travis-ci.org/kiote/calendar_app.svg?branch=master)
# Work with Google Calendar API
This app is a simple example of using Google Calendar API.
It uses Flask under the hood.
To be able to run tests locally:
export REDIS_URL='127.0.0.1:6379'
export PYTHONPATH=.You should have Redis server up and running.
# Installation
1. Install [Redis](redis.com)
2. Install application requirements with
```pip install -r requirements.txt```
3. Run Redis (see Redis doc to run it dependin on your OS)
4. Run application: ```python server.py```
5. Create a cron job to run worker.py every 10 minutes with ```python worker.py``` command