Releases: GCPins/cscope
v1.0.2
(v1.8) Python CLI
python CLI - now with a dedicated requirements.txt file.
install the needed modules/dependencies with pip install -r requirements.txt
.
(if this doesn't work check the method for installing python modules on your system, or install them manually)
IT IS RECOMMENDED TO USE A VIRTUAL PYTHON ENVIRONMENT (like venv)
[Depreciated] - GUI (Windows)
initial gui release (Windows only)
(v1.7) Python CLI
! IMPORTANT !
this update has a minor change to support "leaderboard" submissions.
some assignments require a name or username to be submitted along with the files.
the program will now automatically append your Clemson username as the "leaderboard name" text.
(if you wish for your full name, or something else to be submitted as the "leaderboard name", edit the submit_submission function directly and change the value for the "submission[leaderboard_name]" key)
(v1.6) - Python CLI
fixed the previous script for the Windows users out there
! CRITICAL FIXES ! | (v1.5) - Python CLI
code is messy atm and the selenium module is now required. note that u can just install selenium w/ pip or through your package manager (linux/AUR users, I recommend also installing selenium-manager) and it should set up everything related to the driver and binary for u.
this is a necessary/breaking release, the SSO for Clemson was changed so the previous CLI releases do not work.
(v1.1) - Python CLI
Updated with some small fixes to the Python CLI version of the program.
Ensure you install the necessary packages for the CLI version to your system (requests, lxml, iterfzf).
Usage:
Run "main.py" after installing the required packages.
(v1.0) - Python CLI
NO Godot integration
just the original python backend/script. only recommend for development purposes - use the GUI/Godot frontend version in linked the README if you want to use this project.