Giter Site home page Giter Site logo

speedcord's Introduction

Speedcord

A simple discord API wrapper made to be easily hacked.

GitHub last commit GitHub issues GitHub pull requests PyPI downloads Discord support GitHub license

DEPRECATION NOTICE

Speedcord is being superseded by https://github.com/nextsnake/nextcore

Installing

You can install Speedcord from PyPi using the following command:

pip3 install speedcord

It is recommended to pin the version in production as breaking changes might occur

Features

  • Simple sharding for larger bots
  • Speedier requests to the discord API
  • More customizablility

Usage

There are currently few examples, you are free to contribute new examples

Extended usage

Using extensions can make your speedcord development experience much more pleasant. Here's a list of extensions which might help you
Speedian - interactions handler

Contributing

Contributions are more than welcome as long as they follow our contribution guidelines

speedcord's People

Contributors

actions-user avatar tag-epic avatar percygautam avatar vcokltfre avatar mm-coder avatar ninocosmic avatar ninodoko avatar rascaltwo avatar ewertonbello avatar ibledy avatar

Stargazers

Eliaz Bobadilla avatar VincentRPS avatar Soheab avatar Jake Shankman avatar NightFuryDev avatar Bhuvan Sankar Andela avatar Ella avatar Tejas Agarwal avatar i d k avatar Ubeyd Talha Alkan avatar  Deleted user  avatar David Ralph avatar  avatar io avatar Thiago Silva avatar Diego Ramos avatar  avatar Andrés Ignacio Torres avatar Esmeray/Sky avatar Harrison Burt avatar  avatar

Watchers

James Cloos avatar  avatar  avatar NightFuryDev avatar

speedcord's Issues

Typehint the library

Typehint the files so it is easier to develop with in IDEs that support typehinting. This should probably be done using .pyi files

Proper documentation

It would be really nice if we could have some documentation with sphinx autodocs. Lets start small and just create a API reference.

Rewrite readme

Generally having a clearer readme would benefit the project.

Please read before claiming an issue

If you are claiming a issue and do not finish it within appropriate time the issue will be unclaimed. If this is repeated you may be blacklisted from claiming any issues

Change close code log to info from warning

Remove Logs

Even after taking away basicConfig(level=DEBUG) # Comment this out if you don't want to see what's going on behind the scenes
You will still get logs in console. Most of them are Unknown close code received. Close code: None.

Automated tests

Add some automated tests to make sure that the lib is working

Add proper gateway ratelimiting

At the moment we have a lock that gets locked for .5s every time something is sent to the gateway.

This should probably be changed to 120/60s.

Note: current way never releases the lock if send_json freezes, leaving that shard in a frozen state.

Voice support

We should probably only support heartbeats and sending audio but lets make the bot creator send talking packets and all other stuff.

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.