dependabot[bot] 52b7b5b0a1 Bump json from 20190722 to 20230227
Bumps [json](https://github.com/douglascrockford/JSON-java) from 20190722 to 20230227.
- [Release notes](https://github.com/douglascrockford/JSON-java/releases)
- [Changelog](https://github.com/stleary/JSON-java/blob/master/docs/RELEASES.md)
- [Commits](https://github.com/douglascrockford/JSON-java/commits)

---
updated-dependencies:
- dependency-name: org.json:json
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-14 17:57:18 +00:00
2020-08-15 19:50:38 +01:00
2020-03-05 17:15:57 +00:00
2020-03-05 17:15:57 +00:00
2023-04-14 17:57:18 +00:00
2020-08-15 20:26:44 +01:00

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

  • Selenium Webdriver Selenium is an umbrella project for a range of tools and libraries that enable and support the automation of web browsers.
  • 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

Description
No description provided
Readme 47 KiB
Languages
Kotlin 100%