Skip to content

Commit

Permalink
Update data
Browse files Browse the repository at this point in the history
  • Loading branch information
devb-io committed Jan 30, 2025
1 parent 3053d61 commit 565e348
Show file tree
Hide file tree
Showing 3 changed files with 123 additions and 0 deletions.
22 changes: 22 additions & 0 deletions data/raw_profiles/null_profile.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"username": "null",
"name": "null",
"bio": null,
"location": null,
"avatar_url": "https://avatars.githubusercontent.com/u/166389577?u=8c735c61c536bd846765dcb856c152edc2835004&v=4",
"profile_url": "https://github.com/null",
"top_languages": [],
"top_projects": [],
"followers": 19,
"following": 0,
"public_repos": 0,
"pull_requests_merged": 0,
"issues_closed": 0,
"achievements": {
"total_contributions": 1,
"repositories_contributed_to": 0
},
"social_accounts": [],
"readme_content": "",
"profile_summary": "Highly accomplished and proficient software developer with expertise in front-end web development. Proficient in shaping user experiences through languages such as HTML, CSS, and JavaScript. Utilizing this skillset to create visually appealing and interactive web applications, with a focus on optimal performance and seamless user engagement. As I dedicate time to continuous learning and self-improvement, I look forward to contributing my talents to projects that align with my passion for innovation."
}
87 changes: 87 additions & 0 deletions data/raw_profiles/x1b1t0_profile.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
{
"username": "x1b1t0",
"name": "x1b1t0",
"bio": "\ud83d\udcbb Computer Science student passionate about cybersecurity and programming.\r\n\ud83c\udfaf Aspiring to build a career in tech.\r\n",
"location": null,
"avatar_url": "https://avatars.githubusercontent.com/u/183842281?u=7fea399c75ff8e1fb6dc8af4c848051a7696eb76&v=4",
"profile_url": "https://github.com/x1b1t0",
"top_languages": [
[
"JavaScript",
1
],
[
"Shell",
1
],
[
"HTML",
1
]
],
"top_projects": [
{
"name": "Bash-Scripts",
"description": null,
"score": 11.082021280666723,
"stars": 0,
"forks": 0,
"language": "Shell",
"url": "https://github.com/x1b1t0/Bash-Scripts",
"updatedAt": "2025-01-27T15:13:08Z",
"isPinned": true,
"homepage": null
},
{
"name": "Google-Sheets-Incident-Email-Notifier",
"description": null,
"score": 10.541010640333361,
"stars": 0,
"forks": 0,
"language": "JavaScript",
"url": "https://github.com/x1b1t0/Google-Sheets-Incident-Email-Notifier",
"updatedAt": "2025-01-15T08:40:41Z",
"isPinned": true,
"homepage": null
},
{
"name": "Scripts-Minetest",
"description": null,
"score": 10.529434185797141,
"stars": 0,
"forks": 0,
"language": "HTML",
"url": "https://github.com/x1b1t0/Scripts-Minetest",
"updatedAt": "2025-01-24T14:49:03Z",
"isPinned": true,
"homepage": null
}
],
"followers": 0,
"following": 2,
"public_repos": 3,
"pull_requests_merged": 0,
"issues_closed": 0,
"achievements": {
"total_contributions": 58,
"repositories_contributed_to": 1
},
"social_accounts": [
{
"provider": "generic",
"url": "https://www.instagram.com/x1bit0/?hl=es"
}
],
"readme_content": "",
"activity_summary": {
"Scripts-Minetest": {
"link": "https://github.com/x1b1t0/Scripts-Minetest",
"summary": "Recent activities in `Scripts-Minetest` repository include significant updates to HTML files such as `serverstart.html`, `MainPage.html`, and `CustomerService.html`."
},
"Bash-Scripts": {
"link": "https://github.com/x1b1t0/Bash-Scripts",
"summary": "Significant updates and creations were made in `Bash-Scripts` repository, including new shell scripts like `contadorarchivos.sh`, `crear_arxius.sh`, and `fecha.sh`, as well as updates to existing scripts like `paroimpar.sh` and `main.py` in its README."
}
},
"profile_summary": "Highly motivated Computer Science student with a strong foundation in JavaScript, Shell, and HTML, driving forward with a passion for cybersecurity and a drive to excel in the tech industry. Actively contributing to the community through publicly available repositories and seeking opportunities to build a career in a dynamic and ever-evolving field."
}
14 changes: 14 additions & 0 deletions docs/data/processed_users.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,19 @@
"avatar_url": "https://avatars.githubusercontent.com/u/177513808?v=4",
"updated": "2025-01-30T08:25:47.009396",
"name": "abdulazeespr"
},
"x1b1t0": {
"created": "2025-01-30T10:21:44.690536",
"username": "x1b1t0",
"avatar_url": "https://avatars.githubusercontent.com/u/183842281?u=7fea399c75ff8e1fb6dc8af4c848051a7696eb76&v=4",
"updated": "2025-01-30T10:21:44.690548",
"name": "x1b1t0"
},
"null": {
"created": "2025-01-30T10:21:44.967563",
"username": "null",
"avatar_url": "https://avatars.githubusercontent.com/u/166389577?u=8c735c61c536bd846765dcb856c152edc2835004&v=4",
"updated": "2025-01-30T10:21:44.967576",
"name": "null"
}
}

0 comments on commit 565e348

Please sign in to comment.