
Cyber Warfare Specialist
Cybersecurity Analyst
Threat Intelligence Specialist
AI-Driven Penetration Tester
I developed a Python script to fetch and display a user’s starred repositories from GitHub using their REST API.
/users/{username}/starred endpoint to obtain repository details such as:requests library for making HTTP requests and handling authentication.fetch_starred_repositories function makes an authenticated request to GitHub’s API and retrieves the starred repositories in JSON format.display_repositories function formats and prints the repository details in a readable manner.This project demonstrates my ability to integrate with web APIs, implement secure authentication, and handle data effectively using Python. 📊🔒