Giter Site home page Giter Site logo

occidere / githubnotifier Goto Github PK

View Code? Open in Web Editor NEW
6.0 3.0 1.0 119 KB

Integrated messeage notification system for various GitHub events

License: Apache License 2.0

Java 100.00%
java github api elasticsearch line spring-boot spring-data gradle githubaction database gradlew spring webflux notification spring-batch messenger

githubnotifier's Introduction

GithubNotifier (Deprecated)

HitCount Gradle Build Java Version GitHub license


โš  This project has been moved to GithubWatcher

This repository will not be updated more. Project should countinue in GithubWatcher





Multi-purpose github event notification batch.

Currently Follower change notification, Stargazer / Watcher / Fork change notification are on service, and all changes notified by Line messages.

Using Github API to fetch User's github informations, and Elasticsearch as main database.


Features

1. Follower change notification

Notify follower change both increase and decrease.

Examples

image


2. Repository change notification

Notify Stargazer / Watcher / Fork change both increase and decrease.

Examples

image


Work Flow

  1. Get latest information of user and repository from Github API
  2. Get previous information of user and repository from database (Elasticsearch)
  3. Comparing both of them to find changes
    • Increase/Decrease of Followers
    • Increate/Decrease of Stargazers
    • Increate/Decrease of Watchers
    • Increate/Decrease of Forks
  4. Send notification message on Line
  5. Save latest information on database

Build

Command Line

On-premise Gradle

gradle build

Gradle Wrapper

./gradlew build

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.