Skip to content

Instantly share code, notes, and snippets.

View imjuniper's full-sized avatar
🫂

Juni‽ imjuniper

🫂
View GitHub Profile
@imjuniper
imjuniper / discord-verification-rundown.md
Last active February 18, 2024 13:40
Rundown of all the info about Discord's bot verification

Quick rundown of the Discord bot verification situation.

Remember, there's not rush to get verified before October 7th, since verification takes about 5 days anyways. If you are in less than a 100 servers, no need to worry, your bot will still work as it does currently. Keep in mind some stuff is NOT official, so unless there's a source, take it with a grain of salt.

Verification

  • If you are in a team, the owner gets verified, which verifies the whole team. Source
  • If you can't provide ID verification, you could transfer ownership of your team to another member so they can do the verification process. Source
  • The Stripe verification piece is on the user itself, but the other parts of the form are per-bot.
  • You do NOT need a Stripe account to verify, only your ID. [Source](https://discordapp.com/channels/613425648685547541/6972
@imjuniper
imjuniper / CMakeLists.txt
Last active February 13, 2023 01:22
CMakeLists for GLEW and GLFW on macOS
cmake_minimum_required(VERSION 3.24)
project(opengl)
set(CMAKE_CXX_STANDARD 17)
set(SOURCE_FILES src/Application.cpp)
find_package(GLEW REQUIRED)
find_package(GLFW3 REQUIRED)
@imjuniper
imjuniper / backblaze-to-csv.js
Last active June 25, 2025 23:15
Backblaze Download Stats as CSV
// ==UserScript==
// @name Download Backblaze Stats as CSV
// @namespace https://imjuniper.fyi/
// @source https://gist.github.com/imjuniper/347d5ed66f10c92984a94a83a58bb436
// @version 1.0
// @description Adds a "Download CSV" button to the Backblaze buckets view.
// @author Juniper Bouchard
// @match https://secure.backblaze.com/b2_buckets.htm*
// @icon https://www.google.com/s2/favicons?sz=64&domain=backblaze.com
// @grant none
@imjuniper
imjuniper / 00-intro.md
Last active March 25, 2025 13:41
Une liste d'alternatives à Big Tech