Giter Club home page Giter Club logo

discord-golang's Introduction

Discord Link Reader Bot

A simplistic Discord bot in Golang to read links and generate PDFs.

Features

  • Read https:// links and check whether it exists
  • Get PDF of that link and reply to the message containing that link with that PDF
  • Activate or deactivate the bot if the person is having role of Administrator in a channel
  • Print GitHub links in console and do not generate its PDF

Steps

  • Update the config.json file to provide Discord Bot Token, Administrator usernames and Backend URL (By default it is http://0.0.0.0:3000)
  • Generate build of the project using command
> go get
> go build -o reader_bot
  • Initialize the Gotenberg backend which is Docker-based API to generate PDFs by running (It starts backend on port 3000 of local machine, which provides the URL for Backend URL in configuration file)
> docker run --rm -p 3000:3000 thecodingmachine/gotenberg:6

[ NOTE ] : Other ways of running the image on a host can be used as well.

  • Start the application by executing the file.
    • For windows, start the executable file reader_bot.exe
    • For linux, start the exeutable file ./reader_bot
  • If administrator, use commands
    • !activate to activate the bot in a channel
    • !deactivate to deactivate the bot in a channel

discord-golang's People

Contributors

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