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

ViRb3/devpost-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

38 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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