资 源 简 介
```tcl
NZBMatrix Eggdrop Script v2.0
#
# Contact: doggo @ #nzbmatrix.chat P2P-Net
#
# Install:
#
# - Curl must be compiled on your system
# - Edit cookie path, watch dir and regex patterns below
# - Put this script in your scripts/ directory
# - Add "source scripts/NZBMatrixBot.tcl" to your eggdrop.conf
# - .restart your bot
#
# Variables:
#
# $watchdir - Watch dir
# $patterns - Array of regular expressions to match
# $section - Category of the release
# $release - Release name
# $download - Url to download .nzb file
# $url - Url to nzb details page
#
# This file is Copyrighted under the GNU Public License.
# http://www.gnu.org/copyleft/gpl.html
#
# curl is a required package to make your cookie and
# to grab the nzbs using your account info.
#
# HOW TO MAKE THE COOKIE.
# From cmd line do :
# curl -c /path/to/nzbmatrix.cookie -F "username=YOUR-USERNAME" -F "password=YOUR-PASSWORD" http://nzb