Giter VIP home page Giter VIP logo

atcoder_tl's People

Contributors

dependabot[bot] avatar koba-e964 avatar shirakia avatar

Stargazers

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

Watchers

 avatar  avatar  avatar

Forkers

koba-e964

atcoder_tl's Issues

AtCoder関連(競プロ関連)のツイートのみにフィルタリングする

アイデア

AtCoder関連(競プロ関連)のツイートのみにフィルタリングした版の atcoder-tl.com を作る
atcoder-tl.com/filtered とかのURLで。
競プロ情報をしっかり集めたい人用。

v1

ロジック:
気合で1000件くらい手動クラスタリングして教師データを作って、
xgboostかなにかに乗せればそれっぽい雰囲気の初期版が作れそう

Web:
今のList埋め込みHTMLでは無理なので、裏でListのタイムラインをAPIで定期的に引っ張ってくる必要がある。
その後フィルタをかけて、UIを再現して表示。

TODO:

  • APIの利用制限と、実際にAtCoder等コンテスト直後に来るTweet数を鑑みて、耐えられるのか確認

v2

ロジック:実際にフィルタリングした版の atcoder-tl.com/filtered を見てもらい、そのツイートが競プロのものなのかそうでないのかを投稿できるボタンを用意する。
この投稿から、定期的にtrainし直して精度を上げる

リスト更新を自動化する

課題

  • いい加減手動運用は厳しいのでサーバ上でcron稼働させたい。
  • 基本的にコンテスト終了直後に更新するのがもっともサービスとして望ましい(盛り上がる)
  • ただしコンテストの日程までトラッキングするのはちょっとめんどくさい
  • また、コンテスト直後にサーバ負荷をかけるのはちょっと失礼
  • 「最後に参加した日」を取得する必要があるので、結局全ユーザページを見る必要がある。

解決策

  • 毎週固定の日程で全リスト更新を行う
  • 土日にコンテストが開催されるので、日曜夜からリスト更新を行う
  • 日曜のコンテストの終了時刻がコンテストによって変わる。(でもABCオンリーなら必ず23時には終わる。)
  • できるだけアクティブなAtCodererが起きている時間に更新したい。
  • 水以上の更新に1時間くらい、緑の更新に2時間くらい、灰のみの更新に10時間くらいかかる。
  • → 毎週日曜の23時から、灰→緑→ ... →赤の順で更新する

Heuristic対応

いつかやる。

以下のどちらか。

  • 別で各色リストを作る
  • リストは現在あるものを使う。各ユーザをレートの高い方のリストに入れる

大文字小文字問題

AtCoderのWebページに登録しているTwitter IDと実際のTwitterのscreen_nameで大文字小文字のみのズレがある場合に挙動が不安定になる問題

コンテスト参加者のみのリストを作成する

atcoder_tl_latestみたいにして、最新のコンテスト参加者のリストをコンテスト中に生成しておくと、コンテスト終了後に楽しい。

課題

  • コンテスト中のクロールはよくない
  • 順位表のページのクロールが難しいかも?

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.