Giter Site home page Giter Site logo

mugicalphp's Introduction

MUGicalPHP

PHP script to scrape Meetup Group events and generate an iCal feed

Goal: Create an iCal feed of events for tech-related meetup groups in a given city.

Result: Feeds for Sydney, Melbourne, Brisbane, Perth, and Hobart. These get updated once a day, so feel free to subscribe in your calendar application of choice! (Note: I make no guarantees that the event details are up-to-date. You should always click through to the relevant website to check before heading out.)


My starting point was this handy PHP library for interacting with the Meetup API.

There are various ways to authenticate with the Meetup API, but I've just gone with using the basic API key. (I'm only reading, and I'm only interested in public information anyway.)

I'm currently pulling in groups that cover the following topics:

  • 48471 - computer programming
  • 17628 - programming languages
  • 15582 - web development
  • 3833 - software development
  • 84681 - cryptography
  • 79740 - internet of things
  • 21549 - agile project management
  • 21441 - mobile development
  • 18062 - big data
  • 15167 - cloud computing
  • 124668 - computer security
  • 10209 - web technology
  • 116249 - IT management
  • 127567 - iOS development

The default city is Sydney, Australia. You can choose Melbourne, Brisbane, Perth, or Hobart by appending "?location=melbourne" etc. to the URL.

Still to do:

  • Generate static .ics file - Done!
  • Allow city to be configurable (currently it's hard-coded to Sydney, Australia)
  • Implement a blacklist of groups that we don't want to include
  • Figure out how to include groups that aren't on Meetup.com

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.