Skip to content

Get issues and pull requests from GitHub repository to MeiliSearch

License

Notifications You must be signed in to change notification settings

tpayet/github-issues-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Export GitHub issues & pull requests to MeiliSearch

This script exports issues and pull request of any GitHub repository to MeiliSearch.

Installation

$ bundle install

Usage

$ GH_LOGIN=<your-github-login> \
  GH_TOKEN=<your-github-token> \
  GH_REPOSITORY=<user/repo> \
  MEILISEARCH_URL=<your-meilisearch-url> \
  MEILISEARCH_API_KEY=<your-meilisearch-api-key> \
  ruby app.rb

Note: The script should work with no GitHub credentials but you will be limited to 60 req/hour. Using your GitHub credentials you can make up to 5000 req/hour.

About

Get issues and pull requests from GitHub repository to MeiliSearch

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors 4

  •  
  •  
  •  
  •