Skip to content

Releases: GCPins/cscope

v1.0.2

14 Jan 01:55
Compare
Choose a tag to compare

Added support for folder embedding

(v1.8) Python CLI

02 Nov 19:56
Compare
Choose a tag to compare

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)

02 Nov 18:11
Compare
Choose a tag to compare
Pre-release

initial gui release (Windows only)

(v1.7) Python CLI

02 Nov 16:04
76a44af
Compare
Choose a tag to compare

! 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

01 Nov 00:02
76a44af
Compare
Choose a tag to compare

fixed the previous script for the Windows users out there

! CRITICAL FIXES ! | (v1.5) - Python CLI

31 Oct 23:45
76a44af
Compare
Choose a tag to compare

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

24 Oct 01:10
c037eef
Compare
Choose a tag to compare

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

23 Oct 03:42
a249b95
Compare
Choose a tag to compare

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.