- Overview
- Features
- Project Structure
- Getting Started
- Project Roadmap
- Contributing
- License
- Acknowledgments
GitHub Activity is a command-line interface tool that fetches and displays recent GitHub activities for any specified user. It shows various events including pushes, issue interactions, and repository stars in a clean, readable format.
- 🔍 Fetch recent GitHub activity for any user
- 📊 Display multiple event types:
- Push events with commit counts
- Issue interactions (opening/closing)
- Repository starring
- Other GitHub events
- 🛠️ Simple CLI interface
- 🔄 Real-time data from GitHub API
└── github-activity/
├── LICENSE
├── README.md
├── CONTRIBUTING.md
└── main.py
GITHUB-ACTIVITY/
__root__
main.py ❯ Main script containing the GitHub activity fetching and display logic
Before getting started with github-activity, ensure your runtime environment meets the following requirements:
- Programming Language: Python
Install github-activity using one of the following methods:
Build from source:
- Clone the github-activity repository:
❯ git clone https://github.com/P-Nelly/github-activity
- Navigate to the project directory:
❯ cd github-activity
- Install the project dependencies:
echo 'INSERT-INSTALL-COMMAND-HERE'
Run github-activity using the following command: echo 'INSERT-RUN-COMMAND-HERE'
Run the test suite using the following command: echo 'INSERT-TEST-COMMAND-HERE'
-
Task 1
:Implement basic GitHub activity fetching -
Task 2
: Add authentication for increased API rate limits -
Task 3
: Implement filtering options for specific event types
- 💬 Join the Discussions: Share your insights, provide feedback, or ask questions.
- 🐛 Report Issues: Submit bugs found or log feature requests for the
github-activity
project. - 💡 Submit Pull Requests: Review open PRs, and submit your own PRs.
Contributing Guidelines
- Fork the Repository: Start by forking the project repository to your github account.
- Clone Locally: Clone the forked repository to your local machine using a git client.
git clone https://github.com/P-Nelly/github-activity
- Create a New Branch: Always work on a new branch, giving it a descriptive name.
git checkout -b new-feature-x
- Make Your Changes: Develop and test your changes locally.
- Commit Your Changes: Commit with a clear message describing your updates.
git commit -m 'Implemented new feature x.'
- Push to github: Push the changes to your forked repository.
git push origin new-feature-x
- Submit a Pull Request: Create a PR against the original project repository. Clearly describe the changes and their motivations.
- Review: Once your PR is reviewed and approved, it will be merged into the main branch. Congratulations on your contribution!
This project is protected under the MIT License. For more details, refer to the LICENSE file.
This project was made for roadmap.sh
https://roadmap.sh/projects/github-user-activity