jkrilov / DiscordWordle

Discord bot to track Wordle scores

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DiscordWordle

Go Report Card Actions Status Join Discord

A bot for discord to store and track Wordle scores.

Usage

Mention the bot using @BotName help to see full list of commands: usage image

To add a score just mention the bot followed by pasting the output you get from the Wordle Share button. The bot will store this score in a database and let you know if it worked.

Invite this bot to your Discord Server

Use this Discord link to invite Discordle to your server: https://discord.com/api/oauth2/authorize?client_id=929646986125250601&permissions=84032&scope=bot

This currently doesn't work since the bot has been verified yet and hit it maximum number of server. The alternative is you deploy your own bot for free on Heroku. See: Deploy Your Own Bot below

Get Help

Deploy your own bot

This project is configured to run on the free-tier of heroku. All you need is an application token from Discord.

  1. Go to https://discordapp.com/developers/applications and create a new application.
  2. Provide a name. The name of the application will be used as the bot's name on Discord.
  3. Setup bot. Click on the Bot tab in the left menu, then click the Add Bot button.
    • Choose if you want this bot to be "Public" where anyone with the link can invite it to a different discord server
  4. Copy the Bot Token by clicking the Copy button under "Token".
  5. Use this token as the DISCORD_TOKEN when creating a Heroku deployment with the button below.

Deploy

Invite your own bot to a server

  1. Visit https://discordapp.com/developers/applications and select the bot application.
  2. Build a link to invite the bot. Click OAuth2 in the left-hand menu.
  3. Under the "Scopes" section check the bot checkbox.
  4. Under "Bot Permission" check the following boxes:
    • Send Messages
    • Embed Links
    • Read Message History
    • Mention Everyone
    • Add Reactions
  5. Above back in the "Scopes" section Copy the generated URL.
  6. Paste the URL link into the browser, and pick the Discord server you want the bot to join.

About

Discord bot to track Wordle scores

License:MIT License


Languages

Language:Go 83.0%Language:HCL 8.4%Language:PLpgSQL 4.7%Language:Makefile 3.1%Language:Shell 0.7%Language:Procfile 0.2%