Skip to content
Notifications You must be signed in to change notification settings

89Aman/Github-User-Activity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f7d7e64 · · Jan 11, 2026

History

3 Commits
Jan 11, 2026
Jan 11, 2026
Jan 11, 2026
Jan 11, 2026
Jan 11, 2026
Jan 11, 2026
Jan 11, 2026

Repository files navigation

GitHub User Activity

A CLI tool to fetch and display GitHub user activity.

Download

  • Grab the latest github-user-activity.exe from the project’s GitHub Releases page and run it directly—no Python needed.

Run (prebuilt binary)

  • From terminal: github-user-activity.exe me>
  • Double-click: a prompt appears asking for the GitHub username; after activity prints, press Enter to close the window.

Run from source (Python)

uv add requests
python main.py  username>gt;

Build a release binary yourself (Windows)

pip install pyinstaller
pyinstaller --name github-user-activity --onefile main.py

# output: dist/github-user-activity.exe

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages