Skip to content
/ DevData Public

a Python script that fetches user repository data from the Codeberg API.

License

Notifications You must be signed in to change notification settings

UmmItC/DevData

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DevData

DevData is a Python script that fetches user repository data from the Codeberg API.

Features

  • Fetches repository data of a specified Codeberg user.
  • Displays repository details such as name, description, language, stars count, forks count, creation date, and last update date.
  • Provides a loading animation while fetching data.

Usage

  1. Clone the repository:
git clone https://codeberg.org/UmmIt/DevData.git
cd DevData
  1. Run the script:
python main.py --user <username>

Replace <username> with the Codeberg username of the user whose repositories you want to fetch.

help

you can use the --help option to view the available command-line options:

❯ python main.py --help
usage: main.py [-h] [--user USER]

Fetch user data from Codeberg API

options:
  -h, --help   show this help message and exit
  --user USER  Codeberg username

Screenshots

License

This project is licensed under the MIT License, see the LICENSE file for details.

About

a Python script that fetches user repository data from the Codeberg API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages