Giter Club home page Giter Club logo

train-delay-bot's Introduction

train delay bot

Yahoo!運行情報をスクレイピングしてSlackに投げるスクリプト。Lambda + DynamoDBで動く。

DynamoDB

以下のカラムを含むテーブルを使用する。

  • RouteName: 路線名(String)
  • Url: 路線情報のURL(String, 山手線なら https://transit.yahoo.co.jp/traininfo/detail/21/0/ )
  • Icon: Slackに通知するときのemoji(String, 例えば:railway_car:)
  • Status: 運行状態(String)
  • Description: 運行情報説明文(String)
  • LastUpdate: 最後にスクレイピングした時間(String)

運行情報を通知する路線を追加する時は、テーブルにレコードを追加してRouteName,Url,Iconを設定する。

Lambda

  • npm run make でzipが生成されるのでコンソールからアップロード
  • 環境変数 SLACK_WEBHOOK_URL にSlack Incoming WebhookのURLを設定

License

(c) 2017 nibral

Released under MIT License.

http://opensource.org/licenses/mit-license.php

train-delay-bot's People

Contributors

nibral avatar

Watchers

 avatar  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.