Skip to content
This repository has been archived by the owner on May 2, 2023. It is now read-only.

Latest commit

 

History

History
47 lines (41 loc) · 1.56 KB

README.md

File metadata and controls

47 lines (41 loc) · 1.56 KB

DevPost API

An unofficial, scrape-based API for DevPost

Build Status Docker Pulls Size GitHub Activity License Total alerts

Features

Profile Project Event
Names Title
Bio Heading
Profile image Text
Links Built with
Skills Submissions
Interests Members
Software entries
Followers
Following
Likes

API Endpoints

/user/:username
/project/:project_name

Supported architectures: amd64, arm32v6, arm32v7, arm64v8

  • docker pull virb3/devpost-api:latest
  • docker run -p 5000:5000 virb3/devpost-api:latest
  • You can access the API at http://127.0.0.1:5000

Development

  • poetry run python main.py

To-do

License