Skip to content
/ pScanner Public

A simple application to send SMS messages when defined keywords appear on reddit

Notifications You must be signed in to change notification settings

lii2/pScanner

Repository files navigation

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": "1234567@gmail.com", "carrier": "NONE" } ] }

Put the phonenumbers.json file in the root directory.

About

A simple application to send SMS messages when defined keywords appear on reddit

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages