All Projects → ekinhbayar → gitamp

ekinhbayar / gitamp

Licence: MIT license
Listen to music generated by events across github.

Programming Languages

PHP
23972 projects - #3 most used programming language
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to gitamp

Ghapi
A delightful and complete interface to GitHub's amazing API
Stars: ✭ 187 (+544.83%)
Mutual labels:  github-api
Jcabi Github
Object Oriented Wrapper of Github API
Stars: ✭ 252 (+768.97%)
Mutual labels:  github-api
github-profile
See Your Github Profile Summary
Stars: ✭ 21 (-27.59%)
Mutual labels:  github-api
Curiosity
Find Amazing Github Projects ⚡️
Stars: ✭ 216 (+644.83%)
Mutual labels:  github-api
Hubcaps
a rust interface for github
Stars: ✭ 245 (+744.83%)
Mutual labels:  github-api
admissions
Admissions is the gateway to Elixir School's private Slack
Stars: ✭ 18 (-37.93%)
Mutual labels:  github-api
Octohatrack
🐙👒 Show _all_ the contributors to a GitHub repository.
Stars: ✭ 175 (+503.45%)
Mutual labels:  github-api
ghapi3
Work In Progress: GitHub API v3.0 implemented in R using the gh package
Stars: ✭ 15 (-48.28%)
Mutual labels:  github-api
Builderbook
Open source web application to learn JS stack: React, Material-UI, Next.js, Node.js, Express.js, Mongoose, MongoDB database.
Stars: ✭ 3,015 (+10296.55%)
Mutual labels:  github-api
RxSwift-VIPER-iOS
RxSwiftVIPER is an sample iOS App written in RxSwift using the VIPER architecture. Also RxSwiftVIPER is not a strict VIPER architecture.
Stars: ✭ 47 (+62.07%)
Mutual labels:  github-api
Buildapks
Really quickly build APKs on handheld device (smartphone or tablet) in Amazon, Android, Chromebook and Windows📲 See https://buildapks.github.io/docsBuildAPKs/setup to start building APKs.
Stars: ✭ 218 (+651.72%)
Mutual labels:  github-api
Tentacle
A Swift framework for the GitHub API
Stars: ✭ 244 (+741.38%)
Mutual labels:  github-api
github releases exporter
Exports GitHub release metrics to the Prometheus format
Stars: ✭ 21 (-27.59%)
Mutual labels:  github-api
Orgmanager
Invite System for GitHub Organizations
Stars: ✭ 196 (+575.86%)
Mutual labels:  github-api
contribution-checker
Check whether GitHub commits qualify as contributions.
Stars: ✭ 34 (+17.24%)
Mutual labels:  github-api
Ansibullbot
Bot for management of Ansible issues and PRs on GitHub.
Stars: ✭ 183 (+531.03%)
Mutual labels:  github-api
pouchrobot
An AI robot to collaborate in any open source project on GitHub
Stars: ✭ 39 (+34.48%)
Mutual labels:  github-api
scalafmt-probot
🤖Github bot for checking code formatting with scalafmt
Stars: ✭ 15 (-48.28%)
Mutual labels:  github-api
gitline
Github repositories timeline 📑
Stars: ✭ 32 (+10.34%)
Mutual labels:  github-api
protomate
Python built CLI tool for automated github project initialization. Check the source code documentation here: https://rednafi.github.io/protomate/
Stars: ✭ 15 (-48.28%)
Mutual labels:  github-api

ekinhbayar/gitamp


CI Status Scrutinizer Code Quality Code Coverage Code Climate

Listen to music generated by events across github.

Made with amphp magic <3

Clone of github.audio.

Requires:

  • PHP 7.4+

Usage

  • Run composer update
  • Copy the config.sample.php file to config.php and change the settings
  • Run the server using php server.php
  • Open your browser and go to http://localhost:1337 (for default settings)
  • Profit!

GitAmp as a Service

To run GitAmp as a systemd unit:

  • Copy the gitamp.sample.service to /etc/systemd/system/gitamp.service.
  • Replace the paths with your installation location.
  • Enable it by running systemctl enable gitamp && start with systemctl start gitamp

If you want to run it after reboots as well, symlink the service file under multi-user.target.wants via

ln -sf /etc/systemd/system/gitamp.service /etc/systemd/system/multi-user.target.wants/gitamp.service

Optional Dependencies

For true non-blocking execution, install one of the following:

Issues

All features requests, bug reports or questions can be posted in GitHub issues.

For security related reports please send a mail to [email protected] instead of using GitHub's issues.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].