Coder Social home page Coder Social logo

da_oxide's Introduction

duoAlertOxide icon

duoAlertOxide


This project is currently on hiatus, due to recent changes in the duolingo fetch api. this branch should no longer run as expected.

what is it?

duoAlertOxide is a programatic, function-oriented re-implimentation and overhaul of duoAlert by Seth Johnson, in rust - built on duolingo_rs

what does it do?

duoAlertOxide uses discord webhooks to send a message when a followed user starts, extends, or fails to keep a streak, based on their daily goal.

 

how do i get this up and running?

what does this depend on?

  • rust (which we'd hope is obvious by now)

how build from source???

  • clone this repository and change into the directory it was cloned in (default duo_alert_oxide)
  • set up the JSON config
  • run cargo build to produce a runnable executable (default path target/debug/<executable>)
  • run the aforementioned executable!*

how do i configure this?

DuoAlert reads a basic JSON configuration file to determine which users to follow and what the webhook URL is. If use_giphy is true then the phrases pulled from phrases will be used to search giphy and pull the top gif. If false your predetermined gifs will be used.

place your config.json file in the directory the command is ran from, and populate it:

	{
	  "username":"<username_of_duolingo>",
  	  "password":"<password_of_duolingo>",
	  "webhook_url": "<webhook_url>",
	  "users": ["exampleUser"],
	  // GIPHY INTEGRATION NOT CURRENTLY
	  // IMPLIMENTED. STAY TUNED
	  //"use_giphy": true,
	  //"giphy_apikey": "YOUR_API_KEY_HERE",
	  //"giphy_rating": "G"
	}

 

do we have plans for cool stuff?

planned features

  • batch posting
  • giphy integration
  • multi-hook support
  • argc- & argv-style input for custom paths and modularity
  • packaging for:
    • debian / fedora / etc... based linux distros
    • the AUR
    • snap we don't hate ourselves

references

check out the [](wiki page) // in progress :(

are we affiliated at all?
We are not affiliated, associated, authorized, endorsed by, or in any way officially connected with Duolingo, or any of its subsidiaries or its affiliates. The official Duolingo website can be found at http://duolingo.com. The name “Duolingo” as well as related names, marks, emblems and images are registered trademarks of Duolingo.

da_oxide's People

Contributors

itspacrat avatar sirbomble avatar seth-johnson avatar joshumax avatar

Watchers

 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.