GithubHelp home page GithubHelp logo

flameinthedark / guildrone Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 1.0 92 KB

Golang bindings for Guilded.gg

License: BSD 3-Clause "New" or "Revised" License

Go 100.00%
guilded api bot go golang guilded-api

guildrone's Introduction

GuilDrone

Go Reference Release Go Report Card codebeat badge

This is a Guilded chat library based on discordgo by bwmarrin.

This is basically bwmarrin's code, so please leave all thanks to him.

Getting Started

Installing

This assumes you already have a working Go environment, if not please see this page first.

go get will always pull the latest tagged release from the master branch.

go get github.com/FlameInTheDark/guildrone

Usage

Import the package into your project.

import "github.com/FlameInTheDark/guildrone"

Construct a new Guilded client which can be used to access the variety of Guilded API functions and to set callback functions for Guilded events.

guilded, err := guildrone.New("authentication token")

See Documentation and Examples below for more detailed information.

guildrone's People

Contributors

flameinthedark avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

joshuadoes

guildrone's Issues

Session.Open calls Unlock instead of RUnlock on mutex

Title says the error, it prevents authenticating with Guilded. I was going to make a PR but I've changed the paths in a previous commit for my fork already, so here's the commit I wrote to fix it if you're willing to git cherry-pick it: JoshuaDoes@9179453

It also contains a fix for anyone trying to use the library without go.mod support in their projects since the validator package doesn't truly have a /v10 folder, and although this would result in using v9 instead because the master branch tracks v9, no regressions have been found so far. I'm sure validator will track v10 when it's ready for master, but I can amend the commit if needed.

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.