Skip to content

Sania1125/coding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸš€ GitHub API Connection Project

This project is a simple Python script that connects to the GitHub REST API and retrieves the authenticated user's profile information securely using a .env file.


πŸ›  Features

  • Connects to GitHub API using Personal Access Token (PAT)
  • Safely loads the token from a .env file
  • Fetches and displays the user's GitHub username
  • Uses requests and python-dotenv libraries

πŸ“‹ Requirements

  • Python 3.7 or higher
  • requests library
  • python-dotenv library

Install requirements:

pip install requests python-dotenv

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages