Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dimafeng/craigslist
Small tool that sends new ads to your email
https://github.com/dimafeng/craigslist
Last synced: 10 days ago
JSON representation
Small tool that sends new ads to your email
- Host: GitHub
- URL: https://github.com/dimafeng/craigslist
- Owner: dimafeng
- Created: 2015-01-25T13:47:23.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-25T14:49:37.000Z (almost 10 years ago)
- Last Synced: 2023-03-30T04:42:52.553Z (over 1 year ago)
- Language: Groovy
- Homepage:
- Size: 137 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# craigslist
Small tool that sends new ads to your email.##Building a jar and running it
You need to have java SDK and gradle on your computer.
```
gradle clean uberjar
```##Running
Create app.properties file within the folder of craigslist-1.0.jar with following content:
```
app.url=[craigslist search url (e.g. http://newyork.craigslist.org/search/mnh/nfa...)]
app.gmail.email=[gmail email which will be used as a sender]
app.gmail.password=[password for gmail account]
app.recipients=[email addresses of recipients separated by comma]
```Run application
```
java -jar craigslist-1.0.jar
```