GithubHelp home page GithubHelp logo

guilherme-vasconcelos / duolingo-streak Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 17 KB

Unofficial Emacs package which warns you about your daily Duolingo task

License: GNU General Public License v3.0

Emacs Lisp 100.00%

duolingo-streak's Introduction

duolingo-streak

duolingo-streak is an Emacs package to remind you about your Duolingo daily tasks via D-Bus notifications.

Be aware that duolingo-streak is NOT official (in the sense that it is not endorsed/associated with Duolingo).

Usage

Set the environment variables: DUOLINGO_USERNAME and DUOLINGO_PASSWORD.

To install the package, move duolingo-streak.el to some known path and add to your config:

(add-to-list 'load-path "path/to/duolingo-streak.el")  ; Only required if path is not yet added
(require 'duolingo-streak)

You also need to install the request library (already installed on Doom Emacs).

Then run (duolingo-streak--verify) to perform a verification.

You can schedule the function to run hourly by adding to your config:

(run-with-timer 1800 3600 #'duolingo-streak--verify)  ; 1800 is the delay before running for the first time

Contact

If you'd like to talk to me, please use either the discussions or issues pages.

Acknowledgements

License

Copyright (C) Guilherme-Vasconcelos

duolingo-streak is licensed under the GNU General Public License, either version 3 or any later versions. Please refer to LICENSE for more details.

duolingo-streak's People

Contributors

guilherme-vasconcelos avatar

Stargazers

Lucas Cruz avatar

Watchers

James Cloos avatar  avatar

duolingo-streak's Issues

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.