Files
Automation---ReedJobApplica…/README.md
2020-08-15 20:24:49 +01:00

961 B

Automated Reed Job Applicator

Automated job applicator for reed.co.uk.

Installation

Clone project

git@github.com:hmalik144/Automation---ReedJobApplications.git

Usage

Create a file "Constants.kt" in the java directory

class Constants {
    companion object{
        val REED_USERNAME = "" // Your reed username
        val REED_PASSWORD = "" // Your reed password
        val REED_KEYWORDS = "Android Engineer" 
        val REED_MINIMUM_SALARY = "" // minimum salary

        val REED_LOCATION = "" // Location (ideally post code)
        val REED_API_KEY = "" // Your reed api key
    }
}

Built With

  • Retrofit - Type-safe HTTP client for Android and Java by Square, Inc
  • Apache POI - Apache POI - the Java API for Microsoft Documents

Authors

  • Haider Malik - Android Developer

License

MIT