Skip to content

wgoodall01/turnitin-notify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

turnitin-notify

Send SMS notifications whenever anything happens on turnitin.com.

Setup

All it needs is a crontab entry, a complete .env, and a folder.

To set up turnitin-notify:

  1. Clone the repo somewhere
  2. Fill out the .env according to the 'configuration' section.
  3. Using crontab -e, run the main.js script every once in a while.

Configuration

.env:

# Turnitin creds
TURNITIN_EMAIL=<your turnitin.com email address>
TURNITIN_PW=<your turnitin.com password>

# Twilio creds
TWILIO_SID=<your twilio api sid>
TWILIO_AUTH_TOKEN=<your twilio api authtoken>
TWILIO_NUMBER=<a send number added to your twilio project>
RECV_NUMBER=<the number to send sms notifications to>

About

Get notifications from Turnitin.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published