Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 948 Bytes

readme.md

File metadata and controls

27 lines (20 loc) · 948 Bytes

Required software

This project requires Java 8+ and Gradle 4.0+

Building and running

Type gradle bootRun in the powershell, while in the project directory, with gradle installed. You will also need an email account, with the user name and password defined in a configurations.properties file, as well as a unique user.agent name for your reddit api connection.

Have your configuration.properties file set up with values for user.agent, username, and password in the root directory. user.agent is your reddit api user.agent. username is the email you will be using to send text messages with.

You must have a phonenumbers.json set up in this format:

{ "name": "Listing", "phoneNumbers": [ { "number": "1234567", "carrier": "TMOBILE" }, { "number": "[email protected]", "carrier": "NONE" } ] }

Put the phonenumbers.json file in the root directory.