Giter Club home page Giter Club logo

eureka-notify's Introduction

Eureka notify

A discord bot that periodically tracks upcoming lucrative windows for Eureka. It outputs the state as a Discord message in the channel of your choosing.

example output


Installation

Create your bot at the Discord Developer Portal

Create a .env file with the following keys and fill them out:

DISCORD_TOKEN=
CHANNEL_ID=

Add your discord token:

  • From the Developer Portal, open the Bot menu
  • Click the "Reset Token" button
  • Paste the generated code after "DISCORD_TOKEN=" in your .env file

Add your bot to your server of choice:

  • From the Developer Portal, open the OAuth2 menu > URL Generator
  • Check the "Bot" scope
  • Check the "Send Messages" text permission
  • Navigate to the generated URL at the bottom
  • Select the server to add your bot to, and add i

Get your channel ID:

  • Enable developer mode if you haven't yet already
  • Right-click the channel you want this bot to output to > Copy ID
  • Paste the code after "CHANNEL_ID=" in your .env file

Compile the bot:

  • Download and install Rust
  • Run your bot with the command: cargo run
  • Build a standalone executable with the commmand: cargo build --release
    • The generated executable will be located in target/release

eureka-notify's People

Contributors

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