Skip to content

pedrogaudencio/gitbeep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gitbeep

It listens to a given repository, everytime there's a new commit it displays the author and commit message and plays a song of choice. Also, songs are costumizable for each author.

Installation

Dependency packages:

Python packages:

pip install -r requirements.txt

Execution

Run python go.py

Configure

In config.json:

commit_repo = 'https://api.github.com/repos/:username/:repository/commits'

pullrequests_repo = 'https://api.github.com/repos/:username/:repository/pulls'

song_folder = 'path/to/song/folder'

music: 'song_of_choice.mp3'

individual: {'Author 1': 'song1.mp3',
             'Author 2': 'song2.mp3',
             'Author 3': 'song3.mp3'}

About

Everytime a new commit happens, it plays a song

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages