Git Product home page Git Product logo

classreport's Introduction

ClassReport

A script to send a daily report of assignments with their respective due dates from Google Classroom.

Install

pip install -r requirements.txt

Setup

First, get your clientID and secretID from Google Cloud. Sign in with the Gmail account that is associated with Google Classroom and click on the "Enable the Classroom API" button at this link. Enter the new project name as "ClassReport", select "Desktop App" from the dropdown menu, and download the Client Configuration. This will be in the form of a json, called credentials.json. Move this file to the directory where you have cloned this project. This file will be necessary in authenticating the Google Classroom API.

Then, create a file in this directory called config.yaml. This will store all of the email client related properties. Here's an example:

# yaml config file for email client setup
sender: [email protected]
sender_password: reportPassword
receiver: [email protected]

Run

To run the script, make sure to pass in the config.yaml file as well as the credentials.json file.

$ python class_report.py credentials.json config.yaml

I am currently implementing this via a cronjob so that the email gets sent out every day at a given time. Enjoy!

classreport's People

Contributors

jrao1724 avatar

Stargazers

Agustin Rivera avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.