Skip to content
This repository has been archived by the owner on Apr 11, 2021. It is now read-only.
/ badminton-meetup Public archive

Script to automate brussels badminton meetup registration

License

Notifications You must be signed in to change notification settings

Antoninj/badminton-meetup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

Python script to automate the weekly registration to the brussels badminton meetups. Make sure you have at least python 3 to use the script.

Setting up

First, you need to get your personal meetup API and TWILIO credentials. The TWILIO credentials are optional and only needed if you want to use the sms confirmation feature.

  1. Meetup API
  2. Twilio API

Once this is done, update the JSON configuration file with your personal information.

Automation

Unix systems

  • Open the terminal
  • Edit the crontab using the following command:
crontab -e
  • Add cronjobs. I suggest reading this to understand how to customize your cron jobs based on the days you want to register to.

Ex : cronjob to register for sundays events (the script needs to run on wednesdays after 22:00)

02 22 * * 3 python3 path/to/script/meetup_badminton.py -d 6 -r yes -g 0

About

Script to automate brussels badminton meetup registration

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages