Skip to content
View An0m's full-sized avatar
💻
Programming
💻
Programming

Organizations

@Colosseum-Network

Block or report An0m

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
An0m/README.md

Pinned Loading

  1. Upload files with a discord webhook ... Upload files with a discord webhook only using the python requests library (Because the Discord official documentation is confusing)
    1
    from requests import post
    2
    
                  
    3
    url = "https://discord.com/api/v10/webhooks/XXX/XXX?wait=true"
    4
    
                  
    5
    with open("file.txt", "rb") as f:
  2. FixPlayerIp FixPlayerIp Public

    Restore Minecraft Players' IPs behind a reverse proxy

    Java

  3. An0mCorpses An0mCorpses Public

    A simple lootable corpses Spigot plugin

    Java 2