Richard Patel c2acd5463f
Restore .travis.yml
Now handling auto-build over Docker Hub directly
2019-02-22 05:16:25 +01:00
2018-11-17 04:18:22 +01:00
2018-11-17 04:50:59 +01:00
2018-11-20 03:51:42 +01:00
2019-02-22 05:16:25 +01:00
2019-02-03 03:26:48 +01:00
2019-02-13 15:32:00 +01:00
2018-12-18 15:31:09 +01:00
2018-12-18 15:31:09 +01:00
2018-12-18 15:39:41 +01:00
2018-12-18 15:31:09 +01:00
2019-02-03 03:35:09 +01:00
2019-02-22 05:10:43 +01:00
2019-02-22 05:10:43 +01:00
2018-11-05 21:42:59 +01:00
2019-02-03 03:36:39 +01:00
2018-11-20 02:33:50 +01:00
2018-11-20 03:42:32 +01:00
2018-11-18 14:38:18 +01:00
2018-11-20 03:05:43 +01:00
2019-02-03 14:00:17 +01:00
2018-12-18 15:31:33 +01:00
2018-11-18 14:46:52 +01:00
2019-02-03 03:35:09 +01:00

od-database Go crawler 🚀

Build Status

by terorie 2018 :P

  • Crawler for OD-Database
  • Crawls HTTP open directories (standard Web Server Listings)
  • Gets name, path, size and modification time of all files
  • Lightweight and fast: over 9000 requests per second on a standard laptop

https://od-db.the-eye.eu/

Usage

  1. With Config File (if config.yml found in working dir)

    • Download default config
    • Set server.url and server.token
    • Start with ./od-database-crawler server --config <file>
  2. With Flags or env

    • Override config file if it exists
    • --help for list of flags
    • Every flag is available as an environment variable: --server.crawl_stats ➡️ OD_SERVER_CRAWL_STATS
    • Start with ./od-database-crawler server <flags>
Description
No description provided
Readme 858 KiB
Languages
Go 99.9%