Usage: craigslist_cartographer.php <section> <listing start url> <# of pages per city>
ex. craigslist_cartographer.php /m4w/ 10 2

<section>:
if you wanted to scrape and mail everyone that has posted in the "computer" section of for sale.
the url would look something like; http://city.craigslist.org/sys/ the /sys/ is the <section>.

<listing start url>:
the script looks at what comes after the <section>, excluding the bullshit.
the url would look something like; http://city.craigslist.org/sys/1017021184.html the 10 is the <listing start url>.

<# of pages per city>:
this should speak for itself. if you only want the 100 most resent posts, enter 0. 1 for the frist 200, and so on.

e-mail_accounts.csv:
one per line in the format of; "Sender Name","email@gmail.com","password"

php5 and curl are needed for this script to function correctly. the directory the script is ran from must be writeable.
the script does NOT stop if there are more emails than there are email accounts(to figure this out 20*amount of accounts)
if you're trying to send to more addresses, it will just loop and start over. do the math, or modify the script.

LINES YOU MUST EDIT:
149 - this line contains the array of message bodies. you may add or remove as needed.
151 - this is the subject of all emails.
175 - this is the max number of messages to send per account. 20 is the daily limit for craigslist as of 02/02/2009.

cities.txt:
one city per line. 