Giter Site home page Giter Site logo

twlinuxkernelhackers / event_syncer Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 9 KB

Sync events among google calendar, facebook post/events and other cloud tools for managing events notification in Taiwan Linux Kernel Hackers group automatically.

License: BSD 2-Clause "Simplified" License

Python 100.00%

event_syncer's Introduction

Event Syncer

Introduction

Sync events among google calendar, facebook post/events and other cloud tools for managing events notification in Taiwan Linux Kernel Hackers group automatically.

Usage

  1. Get facebook authendication key from graph API website https://developers.facebook.com/tools/explorer/ Please remember to enable uesr_events, and user_managed_groups permission.

  2. Follow the steps to get google calendar secret file https://developers.google.com/google-apps/calendar/quickstart/python

  3. Check configs in event_tools/config.py and check all the __TBD__ fields

  4. Install required packages

    $ pip install --upgrade -r requirements.txt
    
  5. Command to sync events is event_syncer, the usage is

    Usage: event_syncer [-h] [-s SOURCE]
    
    optional arguments:
      -h, --help            show this help message and exit
      -s SOURCE, --source SOURCE
                            source of events
    

Currently source 'facebook', the default value, is the only supported publisher.

Supported subscribers:

  • google calendar

Internals

  • The event_tools contains the utilities, i.e. event_utils.py.
  • The subscribers must be derived from base class EventSubscriberBase.

License

2-clause BSD license

Viller Hsiao ([email protected])

event_syncer's People

Contributors

vh21 avatar

Stargazers

Chris Burton avatar

Watchers

James Cloos avatar  avatar

event_syncer's Issues

Connect slack API

We can push event notification to slack, too. By the way, we need some place to backup slack information.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.