Skip to content

MyGrades/mygrades-app

Repository files navigation

MyGrades Android App

Apache2 License MyGrades Version


MyGrades is an Android App developed by Tilman Ginzel and Jonas Theis. Its main purpose is to scrape a students grades from her/his respective university's website. To do so, it simulates a browser which follows a sequence of URLs and extracts the desired information with XPATH (web scraping). The core functionality is based on our Android App Scrapp, which we developed during our studies at the RheinMain University of Applied Sciences. Special thanks to Rahel Habacker!

Get it here: Google Play | Direct Download | F-Droid Repository (maintained by IzzySoft)

Warning: Discontinued since 09/11/2019

Screenshots

Installation

Clone the project and create a Config.java file.

git clone https://github.com/MyGrades/mygrades-app.git
cd mygrades-app/app/src/main/java/de/mygrades/util
cp ConfigDefault.java Config.java

The config must at least implement the method getServerUrl(). Point this url to your running server.

Used third-party libraries

License

This project is licensed under the Apache Software License, Version 2.0.

See LICENSE for more information.

Copyright 2015-2018 Jonas Theis, Tilman Ginzel

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.