Jviguy / DVersion-Data-Workarounds

A repository with a lot ways in getting Discord's version data in any language possible.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Discord Version Data Workaround

A repository that holds a variety of methods in multiple languages in obtaining Discord's build data such as build number, hash, and ID. This repository is named this way just to convey the many possibilities and ways of fetching the version data. The main objective is to have a diverse collection of ways to obtaining Discord app's build information.

General

All (or at least most) of the methods have been documented and there is a schematic for how the data is returned. All the methods and functions are formatted as... well... methods and functions. They should be guaranteed to return the version data.

Mini-Disclaimer: These methods will generally get the latest version data.

Use Cases

With the resources and implementations provided in the directories of their respective language, getting Discord's client information has been simplified right in this repository for readable code. This repository was mainly created to provide methods and functions in getting Discord's client information in many languages since there were lots of people asking how to do this but never got answers. Since Discord does not provide an endpoint nor easy way to get this data, there are many more steps that need to be taken to achieve this. The main use of this is to be able to fetch data that isn't easily accessible for notifying people of new Discord updates and possibly write a record of how Discord evolves with its features.

Legal

Discord Version Data Workaround is not affiliated or endorsed by Discord Inc. Discord is a registered trademark of Discord Inc.

The official Discord Inc website can be found at https://discord.com

Contributing

Pull requests are accepted for changes, new methods/functions, and other implementations in their respective languages. As said in the mini-disclaimer from earlier, you may propose methods that can do other things than getting the latest data, but it must retain its relevancy to the purpose.

Issues are accepted for fixes or proposing new features that may not be ready to be reviewed. Please keep in mind that your Pull Requests and Issues must be in English.

License

MIT

About

A repository with a lot ways in getting Discord's version data in any language possible.

License:MIT License


Languages

Language:Go 29.7%Language:JavaScript 17.6%Language:TypeScript 11.9%Language:Swift 11.3%Language:Scala 8.3%Language:Java 6.1%Language:Python 5.8%Language:Rust 5.5%Language:AppleScript 3.8%