Skip to content
This repository has been archived by the owner on Nov 6, 2023. It is now read-only.

compsci-adl/utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

utils

python3 process_members.py <json_file> <command>

Takes an export of the Firebase database, and performs a number of commands.

  • unpaid_emails: Produces a list of emails for students who've registered online but not yet paid.
  • paid_names: Produces the names of all students who've registered, and paid their membership fee.
  • all_emails: Produces a list of emails for all students who've registered.

If you run with python3, the emails won't have the unicode 'u' attached, and you can copy them straight into your email client.

About

No description, website, or topics provided.

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages