Giter Club home page Giter Club logo

auto-rsvper's Introduction

Meetup auto-RSVP

Problem Statement

Language: Any

Must work in: Linux

This task is relatively simple (in theory), but it will help us assess your code organization abilities.

Write a program for meetup.com that sends an auto-RVSP to specific groups. For example, suppose you are a member of 7 different Meetup groups, some of which have very popular events that fill up quickly. You want to sign up for them as fast as possible to ensure that you get a spot.

Your program needs take care of authentication, searching for events in configured groups (not all), and automatically signing up on the user's behalf in a timely manner. Usage of existing Meetup client libraries is permitted.

It's OK for your program to be a simple command-line tool that needs to be run from cron once an hour or something like that.

Seting Up

  1. Fire the following commands in terminal to create a virtual environment and install the dependencies.
  • python3 -m virtualenv ccextractor_env
  • source ccextractor_env/bin/activate
  • pip3 install -r requirements.txt
  1. Ensure that you have the username and password of Meetup.com present in your path
  • export MEETUP_USERNAME=user
  • export MEETUP_PASSWORD=pass
  1. Run groups.py thereby generating groups.json
python3 groups.py 

This generated groups.json has the groups that you want to auto-RSVP.

  1. Run rsvp.py inorder to RSVP all events available for the selected gropus.
python3 rsvp.py 

Proposed Solution has been tested only on Ubuntu 19.10 and with Python 3.7.4

auto-rsvper's People

Stargazers

Pratyush Raj avatar

Watchers

Pratyush Raj avatar

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.