An open API service indexing awesome lists of open source software.

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

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)