https://github.com/andresrodriguez55/githubusersdatascraper
Solution to task given by Apziva, not having much time available, technical details have not been entered, nor has optimal code been written.
https://github.com/andresrodriguez55/githubusersdatascraper
api api-rest apziva django github graphql postgresql scraper
Last synced: 8 months ago
JSON representation
Solution to task given by Apziva, not having much time available, technical details have not been entered, nor has optimal code been written.
- Host: GitHub
- URL: https://github.com/andresrodriguez55/githubusersdatascraper
- Owner: andresrodriguez55
- Created: 2022-03-19T14:32:44.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-19T15:16:35.000Z (almost 4 years ago)
- Last Synced: 2025-04-24T21:51:44.456Z (9 months ago)
- Topics: api, api-rest, apziva, django, github, graphql, postgresql, scraper
- Language: Python
- Homepage:
- Size: 25.4 KB
- Stars: 10
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Github Users Data Scraper
## Goal
Build a Django based web app that helps us make automated searches from GitHub mainly and extract information, in other words, a candidate's relevant information, then stores this information in a PostgreSQL database, using vanilla HTML and javascript and bootstrap CSS on the frontend and display results in simple web interfaces.
## Success Metric(s):
Retrieve every relevant information that is important for a recruiter
## Solution
To obtain the specific data of each user, graphql is used.
## Demo
https://user-images.githubusercontent.com/57767201/159126629-474ca074-f1ab-4b1b-b513-ab9f5cbafefc.mp4