0

I'm new to this stuff so my question might sound a bit simplistic. I created a repository on my Github page and uploaded certain files into it. Can I view a list of those files with python?

For example:

username = USR

password = PWD

repo_name = REPO


Inside the repository named REPO:

|- File1.py

|- File2.zip

|- File3.mp3

The output of my python program should give a list of these files.

0 Answers0