cherijs / curl2scrapy

Simple tool to convert curl requests to scrapy.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Curl2Scrapy

Tiny helper tool to speed up Scrapy request debugging.

  • Copy request as CURL in your browser
  • Paste resulting code to the left pane
  • Press the button or Ctrl + Enter
  • Profit!

This tool was inspired by Trillworks Curl Tool, which was helping me for years, but lacks Scrapy syntax unfortunately.

Changelog

Added translate on paste event handler. Regexps updated to handle simple curl requests(probably).

About

Simple tool to convert curl requests to scrapy.


Languages

Language:JavaScript 51.6%Language:HTML 48.4%