forked from farmerbradllc/clpanel
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
31 lines (20 loc) · 1.18 KB
/
Copy pathREADME
File metadata and controls
31 lines (20 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
=== CL Panel ===
Craigslist Panel,
I wrote this so I could search through all the available gigs or jobs on Craigslist.
The default behavior on the job search is to search for telecommute jobs.
The getit.pl is a perl script I wrote that .. well it isn't thread safe but it spawns out a bunch of workers that call the Linux CLI application 'links' and uses it to dump the results it finds.
I've decided to update this little thing to make the results into MySQL queries so the web interface just searches against a mysql database while the new intention of the getit.pl is to be ran as a cron job that runs at like 3 in the afternoon so you're getting good, up to date job results.
Craigslist is a valuable resource .. hopefully my tool helps some people harness it.
- Dan.
=== USE Examples ===
getit.pl "jobs|gigs" a_search_term
getit.pl "jobs|gigs" a_search_term a_date
I made it where it either only searches for today's results
IE Oct 23 or else you can pass it a date .. say you want the whole months
results just do
getit.pl jobs linux Oct
=== Contact ===
mmpreply@yahoo.com
=== Install ===
Just copy files into directory you want it to run out of.
Then install the SQL queries in the setup.mysql