All Projects → TGiles → Auto Lighthouse

TGiles / Auto Lighthouse

Licence: gpl-3.0
A utility package for automating lighthouse reporting

Projects that are alternatives of or similar to Auto Lighthouse

Dbworld Search
🔍 简单的搜索引擎, django 框架
Stars: ✭ 39 (-32.76%)
Mutual labels:  crawler
Weibo Crawler
新浪微博爬虫,用python爬取新浪微博数据,并下载微博图片和微博视频
Stars: ✭ 1,019 (+1656.9%)
Mutual labels:  crawler
Leetcode Ranking Search
Leetcode Contest Ranking Searcher
Stars: ✭ 51 (-12.07%)
Mutual labels:  crawler
Deepweb Scappering
Discover hidden deepweb pages
Stars: ✭ 40 (-31.03%)
Mutual labels:  crawler
Avbook
AV 电影管理系统, avmoo , javbus , javlibrary 爬虫,线上 AV 影片图书馆,AV 磁力链接数据库,Japanese Adult Video Library,Adult Video Magnet Links - Japanese Adult Video Database
Stars: ✭ 8,133 (+13922.41%)
Mutual labels:  crawler
Social Scraper
Tổng hợp script crawl dữ liệu từ các mạng xã hội & website tiếng Việt
Stars: ✭ 47 (-18.97%)
Mutual labels:  crawler
Dirhunt
Find web directories without bruteforce
Stars: ✭ 983 (+1594.83%)
Mutual labels:  crawler
Car Prices
Golang爬虫 爬取汽车之家 二手车产品库
Stars: ✭ 57 (-1.72%)
Mutual labels:  crawler
Photon
Incredibly fast crawler designed for OSINT.
Stars: ✭ 8,332 (+14265.52%)
Mutual labels:  crawler
Images Web Crawler
This package is a complete tool for creating a large dataset of images (specially designed -but not only- for machine learning enthusiasts). It can crawl the web, download images, rename / resize / covert the images and merge folders..
Stars: ✭ 51 (-12.07%)
Mutual labels:  crawler
Lizard
💐 Full Amazon Automatic Download
Stars: ✭ 41 (-29.31%)
Mutual labels:  crawler
Crawlab
Distributed web crawler admin platform for spiders management regardless of languages and frameworks. 分布式爬虫管理平台,支持任何语言和框架
Stars: ✭ 8,392 (+14368.97%)
Mutual labels:  crawler
Fund Crawler
基于NodeJS的基金数据爬虫,爬取的数据存于github的@nullpointer/fund-data。
Stars: ✭ 46 (-20.69%)
Mutual labels:  crawler
Maman
Rust Web Crawler saving pages on Redis
Stars: ✭ 39 (-32.76%)
Mutual labels:  crawler
Picacomic downloader
哔咔漫画收藏夹下载程序
Stars: ✭ 57 (-1.72%)
Mutual labels:  crawler
Pixivcrawleriii
A python3 crawler for crawling Pixiv ranking top and any illustrator all artworks
Stars: ✭ 38 (-34.48%)
Mutual labels:  crawler
Pixeval
A Strong, Fast and Flexible Pixiv Client based on .NET Core and WPF
Stars: ✭ 1,031 (+1677.59%)
Mutual labels:  crawler
Crawlergo
A powerful dynamic crawler for web vulnerability scanners
Stars: ✭ 1,088 (+1775.86%)
Mutual labels:  crawler
Awesome Python Primer
自学入门 Python 优质中文资源索引,包含 书籍 / 文档 / 视频,适用于 爬虫 / Web / 数据分析 / 机器学习 方向
Stars: ✭ 57 (-1.72%)
Mutual labels:  crawler
Lyrics Crawler
Get the lyrics for the song currently playing on Spotify
Stars: ✭ 49 (-15.52%)
Mutual labels:  crawler

auto-lighthouse

License npm version

Dependabot Status Master build status Latest master commit

Open issues Closed issues

A CLI for crawling one or more domains and generating both mobile and desktop reports for each page.

How to use consume via NPM

  • npx auto-lighthouse

    • This command should print the help output
  • npm install auto-lighthouse or npm install -g auto-lighthouse

  • auto-lighthouse

    • Verify that you recieve the help output
  • auto-lighthouse -u some_url -e true

How to use when contributing back to repository

  • Fork the repository
  • Navigate to the project root
  • npm install
  • npm link
  • auto-lighthouse
    • Verify help output
  • Make some changes
  • Make a pull request
  • npm unlink auto-lighthouse
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].