Security News
38% of CISOs Fear They’re Not Moving Fast Enough on AI
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
kickstarter-crawler
Advanced tools
const kickstarterCrawler = require('kickstarter-crawler');
// kickstarter project url
const URL = 'https://www.kickstarter.com/projects/maxtemkin/philosophy-posters/'
// returns promise
const result = kickstarterCrawler(URL);
result.then((data) => console.log(data));
// output
{
title: 'Philosophy Posters',
creator: 'Max Temkin',
description: 'Ten giant philosophy posters with big ideas presented simply.',
category: 'Graphic Design',
location: [ 'Chicago', 'IL' ],
duration: 30,
startdate: 'Apr 4, 2012',
enddate: 'May 4, 2012',
funding: 41167,
goal: 2000,
backers: 1393,
pledges: [ [ 20, 1003 ], [ 30, 359 ] ],
thumbnail: 'https://ksr-ugc.imgix.net/assets/011/314/328/15f265a2407f6dcb311ad61bad886b01_original.jpg?ixlib=rb-2.1.0&crop=faces&w=1552&h=873&fit=crop&v=1463680857&auto=format&frame=1&q=92&s=c787b7ea241aefb1f14a5acf9b939125',
project_url: 'https://kickstarter.com/projects/maxtemkin/philosophy-posters',
videoDuration: '02:08'
}
npm i kickstarter-crawler
npm run test
FAQs
Kickstarter crawler that does what you think it would
The npm package kickstarter-crawler receives a total of 1 weekly downloads. As such, kickstarter-crawler popularity was classified as not popular.
We found that kickstarter-crawler demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.
Security News
Company News
Socket is joining TC54 to help develop standards for software supply chain security, contributing to the evolution of SBOMs, CycloneDX, and Package URL specifications.