Skip to content

Instantly share code, notes, and snippets.

View dmytrogajewski's full-sized avatar
😈

Dmytro Gajewski dmytrogajewski

😈
View GitHub Profile
@dmytrogajewski
dmytrogajewski / gist:94876ee320e5fdd363479691485f32df
Created September 4, 2023 15:03
Pull stars from other user
package main
import (
"context"
"fmt"
"log"
"strings"
"github.com/google/go-github/v39/github"
"github.com/manifoldco/promptui"