Coder Social home page Coder Social logo

aoc.el's Introduction

aoc.el — Advent of Code private leaderboard client

img

img

Installation

Via use-package

(use-package aoc
  :ensure nil
  :quelpa
  (aoc :repo "pkulev/aoc.el"
       :fetcher github :upgrade t)
  :custom
  (aoc-private-leaderboard-ids '("<LEADERBOARD-ID>") "Get this from leaderboard URL.")
  (aoc-user-session-id "<SESSION-ID>" "Get this from request cookies in browser."))

Keys in private leaderboard table

Key Description
g Refresh this table.
f Show table for the next year.
b Show table for the previous year.
q Bury table buffer.

Customization

Customizable variables are subject for change so, TODO TBA here.

  • aoc-user-session-id: Session ID.

    Session ID that appears in cookies after authentication on https://adventofcode.com.

  • aoc-private-leaderboard-ids: List of IDs for leaderboards.

    List of Leaderboard IDs to choose from when activating the mode.

  • aoc-private-leaderboard-url: Private leaderboard URL template.

    You probably should not touch it.

  • aoc-private-leaderboard-year: Year for leaderboard.

    Local buffer variable. Default value is current year.

  • aoc-private-request-interval: Request interval (author asks to keep 15min interval).

    Will be used for updates by timer and tracking manual updates (TODO caching).

License

This package is distributed under the GNU General Public License, version 3 or later. See the file LICENSE for details.

aoc.el's People

Contributors

andreyorst avatar pkulev avatar

Stargazers

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