Skip to content

Handy and compact scripts to do useful things.

Notifications You must be signed in to change notification settings

StevensSEC/scripts

Repository files navigation

SEC Scripts

These folders contains automation scripts for various tasks.

Setup

  1. Set up a virtual env
virtualenv .env -p python3
  1. Install packages
pip install -r requirements.txt

Usage

To run any of the scripts here, from the root folder:

source .env/bin/activate # only need to do this once.
python3 FOLDERNAME

Here is the complete list of scripts:

  • attendance-elibility: Find out how many events a person has attended based on their name.
  • github-mass-inviter: Invite all the usernames inputed on stdin to the StevensSEC org, and add them to a given team.

About

Handy and compact scripts to do useful things.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages