Giter Site home page Giter Site logo

ramblinguy / granblueraid-electron Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 59 KB

レイドファインダーをクリックすることをやめたいので作りました。 I hate to click raidfinder page. So I made this.

JavaScript 81.92% HTML 18.08%

granblueraid-electron's Introduction

GranblueRaid-Electron

What's this?

  • グラブルの救援ツールです。レイドファインダーとかのwebページをクリックする手間が面倒だったので作りました。
  • This is a tool of granblue-fantasy for picking multi-battle id up.
  • このアプリはTwitter api の アプリキー情報(consumer_key, consumer_secret, access_token_key, access_token_secret)が必要になります。
  • This app needs Twitter api key-info.

How to lunch this?

  1. Node.jsをインストールしてください。 Install node.js
  2. このリポジトリをクローンしてください。 Clone this repository.
  3. 以下のコマンドをクローン先のパスで実行してください。 Exectute the following commands at the directory of cloning this.
npm ci
  1. index.jsにTwitter api の アプリキー情報を入力してください。 Input your Twitter api key-info on index.js.
const consumer_key = 'input your key'
const consumer_secret = 'input your key'
const access_token_key = 'input your key'
const access_token_secret = 'input your key'

const client = new Twitter({
    consumer_key,
    consumer_secret,
    access_token_key,
    access_token_secret
})

  1. パッケージせずに立ち上げるときは下記コマンドを実行してください。 Execute the following command when you don't need packaging.
npm run electron
  1. パッケージするときは環境に応じて下記コマンドを実行してください。 Execute the following commands with your environment.
npm run build:win # for windows.
npm run build:mac # for mac.

How to use this?

  1. 起動したら検索ウィンドウに自動で救援IDをコピーしたいマルチコンテンツ名を入力します(例 : シヴァ)。 Input the name of multi-boss content on the search textbox with kata-kana(e.g. シヴァ).
  2. ツイッター救援が検知できれば自動でIDがコピーできます。 Automaticaly copying multi-boss ID to your clipboard with detecting the help-tweet.

IMAGE ALT TEXT HERE

granblueraid-electron's People

Watchers

 avatar

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.