Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
craigslist-scout
Advanced tools
A dead simple command line tool to query multiple Craigslist cities (subdomains) and email out the results.
A dead simple command line tool to query multiple Craigslist cities (subdomains) and email out the results.
$ npm install craigslist-scout -g
Usage: cl-scout [options]
Options:
-c, --cities [type] Comma delimited list of cities (corresponds to craigslist subdomains)
-q, --query [type] Search query: https://losangeles.craigslist.org/search/<<search query>>
-i, --interval [type] Query every "n" minutes
-s, --sender [type] Sender credentials in the form of sender@gmail.com:my_password; set to false to disable email
-r, --recipients [items] Comma delimited list of recipients
-d, --database [type] LowDB database to store results in
-e, --seed Seed your DB before scouting.
To search Craigslist in LA, SLO, San Diego, Fresno, Bako, OC, Inland Empire, and Santa Barbara ever 0.5 minutes for Tacomas and send new results to foo@bar.com
and bar@baz.com
from foo@baz.com
:
cl-scout --interval 0.5 \
--cities slo,losangeles,sandiego,fresno,bakersfield,orangecounty,inlandempire,santabarbara \
--query "cto?maxAsk=10000&query=tacoma&sort=date" \
--recipients "foo@bar.com,bar@baz.com" \
--sender 'foo@baz.com:foobar'
![twitter/brianmgonzalez](http://gravatar.com/avatar/f6363fe1d9aadb1c3f07ba7867f0e854?s=70](http://twitter.com/brianmgonzalez "Follow @brianmgonzalez on Twitter") |
---|
Brian Gonzalez |
FAQs
A dead simple command line tool to query multiple Craigslist cities (subdomains) and email out the results.
The npm package craigslist-scout receives a total of 2 weekly downloads. As such, craigslist-scout popularity was classified as not popular.
We found that craigslist-scout demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.