Skip to main content

A Module to Automatically rsvp yes to events in configured events for meetup.com

Project description

Meetup-RSVP

A Python client for AutoRSVPing into Meetup Events. Supports Python 3

Guide

Installation

Assuming you have python already, install the package using pip:

$ pip install rsvpmeetup

Required

Requires a working username password of meetup to be configured Requires user to be member of the group to be rsvpd into

Configuration

Create a secret.json file of the format

{
"email": "sample@sample.com",
"password": "passwordhere"
}

and a groups.json file of the format

{
    "groups":
    [
            {
                    "urlname": "group url name here,sample below",
                    "endDate":"Date in YYY-MM-DD , till when to Search for events"
            },

            {
                    "urlname": "slow-spokes",
                    "endDate":"2020-03-31"
            }
    ]
}

Note : both the above files must be in the same directory Then load the configuration with

rsvpmeetup --config $(pwd)

or

rsvpmeetup --config path

Running

Simply run the following command from bash

rsvpmeetup --run

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rsvpmeetup-0.2.tar.gz (6.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page