Discord, Python

This page summarizes the projects mentioned and recommended in the original post on /r/godot

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • discord.gd

    Discord Bot API wrapper for Godot. Make bots in GDScript.

  • Hello, I remember coming up with a simmiliar Idea to yours. I used something called discord.gd. It was fairly easy to use, and incase you want I also did something like this to make a screenshot. And send it to discord Now notice one thing, the whole process of talking to Discord api and godot and backwards. Takes a bit. So It'll be better with a good internet speed var scrn = get_viewport().get_texture().get_data() scrn.flip_y() var img = scrn.save_png_to_buffer() var file = { "data": img, "name": "screenshot.png", "media_type": "image/png" } bot.send(id,{"files":[file]})

  • discord-multiplayer-rpg-godot

    A multiplayer RPG game in Discord using the Godot game engine.

  • Hi I have made an proof of concept multiplayer Discord rpg game in pure Gdscript. You can check the code here Discord Multiplayer RPG Godot and a demo video here Rpg demo video

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Introducing Shrekbot: A Discord Bot for Movie and TV Show Requests with Ombi Integration

    1 project | /r/opensource | 23 May 2023
  • C# resources and roadmap help.

    2 projects | /r/csharp | 28 Jun 2022
  • Hikari or discord.py?

    2 projects | /r/Discord_Bots | 17 May 2022
  • discord.py vs discord.js vs discord.net

    1 project | /r/learnprogramming | 4 Apr 2022
  • Which language is the best to code a bot with?

    1 project | /r/Discord_Bots | 26 Feb 2022