Skip to content

Discover and analyze open-source contribution opportunities from clotributor.dev. Automatically scrape, filter, and summarize beginner-friendly GitHub issues to kickstart your open-source journey.

sh4shv4t/clotributor_scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clotributor Scraper

License Python

Clotributor Scraper is a tool designed to help developers discover and analyze open-source contribution opportunities from the site clotributor.dev. It automates the process of collecting, filtering, and presenting issues suitable for new and experienced contributors.


Features

  • 🔍 Automated Scraping: Collects issues from multiple open-source repositories.
  • 🏷️ Tag Filtering: Filters issues by tags such as good first issue, beginner, enhancement, etc.
  • 📄 Structured Output: Generates a human-readable summary of issues and their details.
  • Easy to Use: Simple command-line interface for quick setup and execution.

Getting Started

Prerequisites

  • Python 3.8 or higher
  • pip

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/clotributor_scraper.git
    cd clotributor_scraper
  2. Install dependencies:

    pip install -r requirements.txt

Usage

  1. Configure your environment:

    • Add your GitHub API token and other settings to a .env file (see .env.example if available).
  2. Run the scraper:

    python main.py
  3. View results:

    • Output will be saved to output.txt in the project directory.

Project Structure

clotributor_scraper/
│
├── src/                  # Source code
├── output.txt            # Scraped issues summary
├── requirements.txt      # Python dependencies
├── .gitignore
└── README.md

Contributing

Contributions are welcome!

About

Discover and analyze open-source contribution opportunities from clotributor.dev. Automatically scrape, filter, and summarize beginner-friendly GitHub issues to kickstart your open-source journey.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages