Giter Club home page Giter Club logo

meetup-slack's Introduction

meetup-slack

Learn to Code LA's Meetup and Slack Integration

This is a fun little python experiment I'm building out while I learn to code.

meetup-slack is a library that connects slack and meetup through their respective api's to do meetup announcements in slack.

###The main features are: point to a meetup group using an API point to a slack group with webhooks enabled via the API

The meetup events will then be announced in slack over some interval 15 mins before the meetup starts, a unique chat room will be spun up and announced in #general periodically based off of some activity threshold in the active spun up chat room, something interesting will "leak" into #general to let people know where the party is :-D

24 hours after the event closes, the room will be archived and stored in some location (likely our website).

####The second iteration will improve the announcement queuing method to take into consideration peak times when people are active in slack.

messages will be formatted pretty and include easy links with emojiis that display things like available slots and location (clicking will make a call to the google maps api and chart a person from their current location)

The overall idea will be to minimize the need to even bother going through meetup, BECAUSE WHY WHEN WE CAN SLACK?!?!?!?!?

##config.conf config.conf is a config file that holds all of the api calls / information. It's a simple dictionary in the following format:

...

{ 'slack_webhook_qa': 'webhook for slack room', 'slack_webhook_dev': 'webhook for slack room', 'meetup_api': 'api call for meetup', 'google_api': 'api call for google maps' }

...

#Going to need to update this when I've had some ☕ because It's getting a heroku treatment ❤️

*note that meetup_api is actually : https://secure.meetup.com/meetup_api/console/?path=/2/events

meetup-slack's People

Contributors

awesinine avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

knoxdevs

meetup-slack's Issues

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.