blog-RuinDig

短かったり長かったりする。Blog posts are my own.

Toast - bash - 04x01 #Ingress

www.youtube.com

f:id:edgeknight:20200308183819

この動画のサムネイルに映るコードは以下の通り。Codes on YouTube video thumbnail is this:

Last login: Monday Apr 1 00:00:00 on toast
for april_id in april_ids
  # get basic info
  city_config = ToastConfig(toast_id)
  print "Toast: %s" % toast_jam.toast_name

  competitors=butter.jam(aqo62cfs875jt)

  jam = len([c for c in competitors if c['faction'] == 'jam'])
  butter = len(([c for c in competitors if c['faction'] == 'butter'])
  pct_player_enl = float(jam) / (jam + butter)

  toast_evironment = {
    'bread_name': toast_jam.toast_name,
    'jam': jam,
    'butter': butter,
    'pct_player_toast': pct_player_toast
  }

  measurement_records = {}

Toast - bash - 04x01 #Ingress - GitHub Gist

【ファンサイトの解説記事】

ingress.lycaeum.net

-end-