https://github.com/symonmuchemi/github-user-activity
Sample solution for the github-user-activity challenge from roadmap.sh
https://github.com/symonmuchemi/github-user-activity
github python3 roadmap
Last synced: 2 months ago
JSON representation
Sample solution for the github-user-activity challenge from roadmap.sh
- Host: GitHub
- URL: https://github.com/symonmuchemi/github-user-activity
- Owner: SymonMuchemi
- Created: 2024-08-22T20:24:16.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-24T05:26:24.000Z (almost 2 years ago)
- Last Synced: 2025-10-04T01:43:11.600Z (9 months ago)
- Topics: github, python3, roadmap
- Language: Jupyter Notebook
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Github-User-Activity
Sample solution for the [github-user-activity](https://roadmap.sh/projects/github-user-activity) challenge from [roadmap.sh](https://roadmap.sh)
## How to run
Clone the repository and run the following command:
```shell
git clone https://github.com/SymonMuchemi/GitHub-User-Activity.git
```
Move to the directory:
```shell
cd Github-User-Activity
```
Run the following command to list user activities:
```shell
# ./main.py
./main.py symonmuchemi
```
## Features
- [x] Fetch activity from GitHub
- [x] Display user activity
## Contributing to Task-Tracker
1. Fork this repository.
2. Create a new branch: `git checkout -b `
3. Make your changes and commit them: `git commit -am ''`
4. Push you changes to the original branch: `git push origin master`
5. Create a pull request
Alternatively see the GitHub documentation on [creating a pull request](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request)