New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

devpost-scraper

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

devpost-scraper

Access data from Devpost such as listings of hackathons projects and individual project information

  • 0.3.5
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Devpost Scraper

Interested in contributing or have feedback? Send me an email at ahuerta0686@gmail.com

This is my first NPM package so I welcome [considerate] feedback.

var devpost = require('devpost-scraper');

Get all projects from a hackathon

devpost.hackathon.projects.all(hackathon, filters);
Parameters
  • hackathon - Devpost subdomain for hackathon page
  • filters - coming soon
Array of objects returned contains
  • url - URL to software page
  • imageUrl - Source URL for the preview image
  • title - Title of the project
  • tagline - Short description of the the project (pitch)
  • slug - Part of the URL after "software/"
  • numMembers - Number of team members working on the project
  • numLikes - Number of likes the project currently has
  • numComments - Number of comments / updates the project currently has

Get all info from a project page

devpost.project.findBySlug(slug);

Keywords

FAQs

Package last updated on 17 Apr 2016

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc