RepoRover - GitHub Repository Automation Companion 🚀OverviewWelcome to RepoRover, your indispensable companion for seamlessly navigating the expansive realm of GitHub repositories! 🌌 This Python script, aptly named RepoRover (reporover.py), brings a touch of sophistication to your repository-related tasks, making automation both enjoyable and efficient.
Features- Commit Exploration: Embark on an insightful journey through commit history, unraveling the details of each SHA, message, author, and date.
- Real-time Console Updates: Stay informed with dynamic updates in the console as RepoRover diligently explores the GitHub cosmos.
- Tailored Log Files: Craft individual log files for each repository, capturing changes with the precision of a seasoned explorer.
- Consolidated Log Hub: Assemble all logs into a unified hub for a comprehensive view of your GitHub ventures.
- HTML Data Maps: Generate HTML logs for a polished and organized representation, enhancing your journey through repositories.
- Configuration Mastery: Harness the power of RepoRover's customizable behavior through the config.ini file, offering flexibility and control.
- Database Integration Excellence: Store repository data in an SQLite database, creating a robust archive of historical changes.
Usage- Plot your course by configuring repository URLs in the config.ini file under the [GitHubRepos] section.
- Tailor your journey with preferences, scheduling, HTML logs, and database options in the config.ini file.
- Launch RepoRover using the command:
python reporover.py
, and witness its automatic navigation through the GitHub galaxy, uncovering the intricacies of each repository.
[/list]
Configuration Options- GitHub Token: Secure your GitHub token in the config.ini file under the [GitHub] section.
- Log Preferences: Choose the specific information to log, such as stars, forks, popularity comparisons, and latest releases.
- Scheduling Mastery: Set the time interval for RepoRover to embark on its automatic explorations.
- HTML Logging Elegance: Toggle HTML log generation for visually appealing representations of your GitHub expeditions.
- Database Integration Wisdom: Decide whether to store repository data in a robust database and specify the database file.
Getting Started