__ ___
/'__`\ /'___`\
/\ \/\ \ __ _/\_\ /\ \ __
\ \ \ \ \/\ \/'\/_/// /__ /'__`\
\ \ \_\ \/> </ // /_\ \/\ \L\.\_
\ \____//\_/\_\/\______/\ \__/.\_\
\/___/ \//\/_/\/_____/ \/__/\/_/
this is a simple tool to access the 42 api
- show who has completed projects in a certain cursus
- show who has completed projects from a list of projects
- get the daily logtime of a list of users
- get the current weekly logtime of a list of users
- paste your
client_id
andclient_secret
from your 42 intra api keys intoconfig_example.json
and rename it toconfig.json
- you need at least python 3 to run this application
- install the required python modules using
pip3 install -r requirements.txt
- check
./0x2a.py -h
for info on current options and usage