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 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107
|
CCCP scripts
------------
seen.pl
-------
irc !seen script. Will output last time a users was seen on DC.
dc clients can send both private and public dctc messages. if
bot gets a private message the response will be in private.
seen.pl uses dctc.log for parsing out times.
usage:
./seen.pl
./seen.pl <dctcclient>
chat
----
Simple script that outputs all chat and priv messages.
usage:
./chat
deletequeue
-----------
Simple script that deletes all queued commands.
usage:
./deletequeue
delqueueask
--------
Interactive script that will ask you what queued commands to kill.
usage:
./delqueue
dlrobot.pl (startrobot)
----------
dlrobot will monitor a search query and repeatedly try to download
all hits. If a file is allready in the done directory. The file
will be ignored.
usage:
1. Edit the startrobot script with your search query and filter
./startrobot
dlsearchresult
--------------
This a usefull script that I use often. It will download a query
returns from a cccp -s.
usage:
cccp -s some search querey 1 | ./dlsearchresult
listall
-------
List all files from all users
usage:
./listall
searchspider
------------
This script will connect to all hubs and do a query then go to the next
hub in the list.
You need to edit the script to add your query.
usage:
./searchspider
sorthublist
-----------
This small script will sort a hublist command by number of users in it.
usage:
./hublist | ./sorthublist
seg_new_add
-----------
This script will create a new groupdownload and add all files
that are piped to it.
usage:
cccp -s somefile 1 | grep <filesize> | ./seg_new_add
note: the example with grep is to make sure all the files from
the query are the same.
seg_add
-------
This script will add files to a already running group.
usage:
cccp -s somefile 1 | grep <filesize> | ./seg_add <gdlid>
gdlid can be optained with the cccp -ql command.
seg_list.pl
-----------
This script will make a readble output for all segmented
download groups.
|