Giter VIP home page Giter VIP logo

scrapers's People

Contributors

ewhal avatar kiloutre avatar koenigkrote avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

scrapers's Issues

TODO

  • Scrape torrents that are a week old hourly
  • Scrape all torrents daily
  • Scrape filelists if don't exist
  • Scrape mediainfo
  • Torrent file generation

Stats scraper

[2017-07-18 08:19:59]  [1446.46ms]   SELECT * FROM (SELECT torrents.torrent_id, torrent_hash FROM torrents, scrape WHERE date > '2017-04-19 08:19:58' AND torrents.torrent_id = scrape.torrent_id AND last_scrape < '2017-07-18 08:19:58' UNION SELECT torrent_id, torrent_hash FROM torrents WHERE date > '2017-04-19 08:19:58' AND torrent_id NOT IN (SELECT torrent_id FROM scrape)) ORDER BY torrent_id DESC LIMIT '740'
WARN[0228] failed to select torrents for scrape: pq: subquery in FROM must have an alias 

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.