Skip to content

ryanturnerwebdev/tinking

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🧶 Tinking

Extract data from any website without code, just clicks

A chrome extension that sits on top of a page and allow you to create a scrapping recipe by directly selecting page's elements.

Watch a video demo

This is a new tool. The code is a mess and it's very buggy. PRs are very welcome!

👇

Getting started

The extension isn't available on the Google Chrome Webstore for now.

1. Clone the repository

git clone https://github.com/baptisteArno/puppeteer-ui-extension.git

2. Install and build the extension

Using yarn:

cd puppeteer-ui-extension
yarn
yarn build

Or using npm:

npm i
npm run build

3. Integrate into Google Chrome (or any Chromium browser)

Navigate to:

chrome://extensions/

Check the "Developer Mode" and click on "Load an unpacked extension" and select the build folder of the project.

Now you should see the extension and you can start scrapping websites.

For now, you can only generates a puppeteer script written in Typescript. But I'm planning on making it friendlier

To-Do

  • Scrap
  • Infinite Scroll
  • Pagination
  • Regex (In progress)
  • Drag'n'drop steps

You couldn't scrap a specific website?

The goal of this tool is to be the most universal.

Please fill in an issue and we'll take a look at what can be fixed and improved.

About

🧶 Extract data from any website without code, just clicks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 60.7%
  • JavaScript 25.1%
  • CSS 11.2%
  • HTML 3.0%