All Projects → typicode → Tlapse

typicode / Tlapse

Licence: mit
📷 Create a timelapse of your web development... or just automatically take screenshots of your hard work ;)

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Tlapse

Screenshots
A screenshot plugin for electron
Stars: ✭ 130 (-93.62%)
Mutual labels:  screenshot
Kshare
The free and open source and cross platform screen sharing software.
Stars: ✭ 151 (-92.59%)
Mutual labels:  screenshot
Zsh Syntax Highlighting
Fish shell like syntax highlighting for Zsh.
Stars: ✭ 13,245 (+550.22%)
Mutual labels:  screenshot
Site Scan
CLI for capturing website screenshots, powered by puppeteer.
Stars: ✭ 137 (-93.27%)
Mutual labels:  screenshot
Cocrawler
CoCrawler is a versatile web crawler built using modern tools and concurrency.
Stars: ✭ 148 (-92.73%)
Mutual labels:  screenshot
Tesseract Macos
Objective C wrapper for the open source OCR Engine Tesseract (macOS)
Stars: ✭ 154 (-92.44%)
Mutual labels:  screenshot
Git Cheats
Git Cheats - Interactive Cheatsheet For Git Commands
Stars: ✭ 124 (-93.91%)
Mutual labels:  screenshot
Gnome Shell Screenshot
Gnome Shell extension for making and uploading screenshots
Stars: ✭ 163 (-92%)
Mutual labels:  screenshot
Cover Image Generator
📕 Generate a cover image for your blog post 📝 https://blogcover.now.sh/
Stars: ✭ 152 (-92.54%)
Mutual labels:  screenshot
Tools Ocr
树洞 OCR 文字识别(一款跨平台的 OCR 小工具)
Stars: ✭ 2,303 (+13.06%)
Mutual labels:  screenshot
Screenshotty
A library for programatically capturing screenshots on Android
Stars: ✭ 141 (-93.08%)
Mutual labels:  screenshot
Neofetch
🖼️ A command-line system information tool written in bash 3.2+
Stars: ✭ 13,768 (+575.9%)
Mutual labels:  screenshot
Myazo
Self-hosted, cross-platform Gyazo alternative
Stars: ✭ 154 (-92.44%)
Mutual labels:  screenshot
Paintview
An Android View with Gesture Supported for Painting
Stars: ✭ 136 (-93.32%)
Mutual labels:  screenshot
Argus Eyes
A lightweight commandline tool for visual regression testing of UI components.
Stars: ✭ 158 (-92.24%)
Mutual labels:  screenshot
Phpchrometopdf
A slim PHP wrapper around google-chrome to convert url to pdf or to take screenshots , easy to use and clean OOP interface
Stars: ✭ 127 (-93.77%)
Mutual labels:  screenshot
Serpscrap
SEO python scraper to extract data from major searchengine result pages. Extract data like url, title, snippet, richsnippet and the type from searchresults for given keywords. Detect Ads or make automated screenshots. You can also fetch text content of urls provided in searchresults or by your own. It's usefull for SEO and business related research tasks.
Stars: ✭ 153 (-92.49%)
Mutual labels:  screenshot
Flameshot
Powerful yet simple to use screenshot software 🖥️ 📸
Stars: ✭ 15,429 (+657.44%)
Mutual labels:  screenshot
D3dshot
Extremely fast and robust screen capture on Windows with the Desktop Duplication API
Stars: ✭ 159 (-92.19%)
Mutual labels:  screenshot
Launchbar
LaunchBar Actions
Stars: ✭ 155 (-92.39%)
Mutual labels:  screenshot

tlapse Build Status npm

Create a timelapse of your web development 📷

A tiny utility that takes periodic screenshots of your site while you develop. Uses Puppeteer for creating beautiful high resolution screenshots 🌸.

Usage

npm install npm-run-all tlapse --save-dev
{
  "scripts": {
    "dev": "run-p server tlapse",
    "server": "node server",
    "tlapse": "tlapse localhost:3000"
  }
}
npm run dev

Note npm-run-all lets you run scripts in parallel and makes sure that both tlapse and server are started.

Options tlapse can be configured to use different screenshot resolution, interval, etc... to view available options run

tlapse --help

Articles

License

MIT - Typicode 🌵 - Patreon

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].