This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name UNILIM-moodle-auto-login | |
// @namespace http://tampermonkey.net/ | |
// @version 3.1415 | |
// @description An automatic login script for Community. | |
// @author . | |
// @match https://community-ensil.unilim.fr/* | |
// @exclude https://community-ensil.unilim.fr/pluginfile.php/* | |
// @match https://cas.unilim.fr/* | |
// @match https://jazz.ensil.unilim.fr/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from math import comb | |
import os | |
from os import walk | |
import shutil | |
import itertools | |
import datetime | |
import csv | |
import sys | |