Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Lazar-T/scry

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

scry

Web scraping engines with Python and Scrapy

Implemented Engines

Engine: kickass

Automatically perform category / keyword searches at kickasstorrents.com and queue them for download with transmission bit torrent client. Setup a cron job to completely automate torrent searching and downloading.

Quick Start

  • git clone [email protected]:arapidhs/scry.git
  • cd /kickass
  • $ scrapy crawl kickass -a category=books -a keywords='python,java'
  • Setup a cron job to keep scraping at intervals

Example that runs the spider every morning at 09:00

00 09 * * * export DISPLAY=:0.0 && cd ~/scry/kickass && \ /usr/local/bin/scrapy crawl kickass -a category=books \ -a keywords='python,java,sclala topics' >> ~/scrapy.log 2>&1

Email an hourly updated list of downloading torrents and search results via cronjob

0 */1 * * * cd ~/development/scrapy/kickass && ~/development/scrapy/kickass/mail.sh

About

Web scraping engines with Python and Scrapy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published