Coder Social home page Coder Social logo

pipehub's Introduction

PipeHub

Build MIT Licensed

Get started

It's a service that pipelines web request to your WeChat Account.

Heroku no longer supports free dynos, so no more services.

Availability

According to our statistics, the overall availability during 6/18 and 7/2 is 99.67%.

The percentiles of latencies are:

  • Avg: 338ms
  • p50: 192ms
  • p80: 386ms
  • p90: 875ms

Use cases

  • Automate: Automate on Android can redirect short messages, FCM notifications to PipeHub. Try Notify me.flo under usecases folder.

Deploy your own server

  1. Prerequisites:
    • A PostgreSQL database.
    • A GitHub OAuth App.
  2. Prepare the dotenv file(replace the placeholders):
    pipehub_database_url=postgres://root:123456@localhost/pipehub
    pipehub_host=0.0.0.0
    pipehub_port=8080
    pipehub_domain=http://localhost:8080
    pipehub_https=false
    pipehub_log__level=INFO
    pipehub_github__client_id=${GITHUB.OAUTH_CLIENTID}
    pipehub_github__client_secret=${GITHUB.OAUTH_SECRET}
    pipehub_github__auth_url=https://github.com/login/oauth/authorize
    pipehub_github__token_url=https://github.com/login/oauth/access_token
    pipehub_github__callback_url=http://localhost:8080/callback
  • Use docker image:

    At this point, you need to login your github account before pulling a docker image as of docker pull from public GitHub Package Registry fail with “no basic auth credentials” error.

    docker login docker.pkg.github.com -u ${github name}
    docker pull docker.pkg.github.com/zhzy0077/pipehub/pipehub:latest
    docker run --env-file ${your dotenv file} -d docker.pkg.github.com/zhzy0077/pipehub/pipehub:latest
  • Build from sratch:

    # Clone the repository.
    git clone https://github.com/zhzy0077/pipehub
    # Build the web.
    cd web && yarn && yarn build
    # Copy web assets.
    cd .. && cp -r web/static/* server/static/
    # Copy dotenv file.
    cp ${your dotenv file} server
    # Run the server.
    cd server && cargo run

Feedback

All kinds of feedback is welcomed. Just feel free to get in touch with me by creating an issue or emailing [email protected].

License

This project is open-sourced under MIT license.

pipehub's People

Contributors

dependabot[bot] avatar zhzy0077 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

pipehub's Issues

Feature: Detect and render the sms captcha directly.

Example:

  • From:
com.android.messaging ********【美团网】678285(登录验证码)。工作人员不会向您索要,请勿向任何人泄露,以免造成账户或资金损失。

It is probably be truncated in notification.

  • To:
美团网: 678285

It's less possible to be truncated.

建议增加删除按钮

已在GitHub中Setting部分删除了授权,但依旧可以使用PipeHub的推送。。。能否增加一个删除功能?

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.