ViRb3 / devpost-api

πŸ“œ An unofficial API for DevPost

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

πŸ“œ An unofficial API for DevPost

License:MIT License


Languages

Language:Python 93.7%Language:Dockerfile 4.3%Language:HTML 2.0%