8000 GitHub - faustikle/prsync
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

faustikle/prsync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Before run

Generate a Bitbucket credentials

  • Access your bitbucket settings, and click on ACCESS MANAGEMENT > OAuth.
  • In OAuth consumers click on Add consumer button.
  • Fill Name, select This is a private consumer checkbox.
  • Fill Callback URL with a valid url, like http://localhost.
  • Mark permission Pull requests - Read, and save.
  • Back on OAuth integrated applications screen, click on your consumer created and copy Key and Secret tokens.

Set environments

Set this environments variables on your system:

  • BITBUCKET_GROUP: Slug name of you username or group.
  • BITBUCKET_KEY: Key generated before.
  • BITBUTCKET_SECRET: Secret generated before.
  • INTERVAL_UPDATE: (Optional) Time in seconds to poll news PRs, default 60.

Run

With npx:

$ npx prsync

Intalling and run:

$ npm install -g prsync

$ prsync

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0