https://github.com/r2dev2/turnitin-cli
A commandline interface for turnitin.com using curses.
https://github.com/r2dev2/turnitin-cli
Last synced: 5 months ago
JSON representation
A commandline interface for turnitin.com using curses.
- Host: GitHub
- URL: https://github.com/r2dev2/turnitin-cli
- Owner: r2dev2
- Created: 2020-07-01T02:17:33.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-24T22:29:57.000Z (almost 5 years ago)
- Last Synced: 2025-02-15T23:15:56.708Z (5 months ago)
- Language: Python
- Size: 305 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Turnitin-CLI
A commandline interface to https://www.turnitin.com
# Usage
``python -m turnitin_cli``
# Screenshots
## Courses

## Assignments

## Downloading an Assignment

## Submitting an Assignment

# Setup
``pip install turnitin-cli``
Default keybindings:
| Key | Function |
| ----- | --------- |
| ``,`` | Menu down |
| ``.`` | Menu up |
| ``q`` | Quit |These keybindings can be changed in the configuration file located at ``$HOME/tiiconfig.ini``.
While submitting, one can type ``!ls {{folder}}`` to list the contents of the folder.Features to implement:
* A backwards button for history
* Displaying submission metadata
* Adding default filenames for downloads
* Adding a file browser