Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 753 Bytes

File metadata and controls

30 lines (24 loc) · 753 Bytes

GetOwnGithubRepositories

You need a .env file in root. Using file cache system.

Example .env file

# Github Username
USERNAME=ExampleUser

# Personal Access Token
PERSONAL_ACCESS_TOKEN=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

# Cache is Active/Deactive
CACHE=1

Console Usage

./bin/list

Example Response (for my account)

==
== Repository List
==
== 1. Crm (https://api.github.com/repos/Gurcanakyuz/Crm, PHP, 1 Stars)
== 2. GetOwnGithubRepositories (https://api.github.com/repos/Gurcanakyuz/GetOwnGithubRepositories, PHP, 0 Stars)
== 3. steamGamesPY (https://api.github.com/repos/Gurcanakyuz/steamGamesPY, Python, 0 Stars)
== 4. videoEmbedAssembler (https://api.github.com/repos/IGurcanAkyuz/videoEmbedAssembler, PHP, 0 Stars)
==