Skip to content
View s0lst1ce's full-sized avatar
Block or Report

Block or report s0lst1ce

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
s0lst1ce/README.md

Hello there! I'm a student undetaking furhter education in science and I love anything related to astrophysics 🪐. Though when I'm not looking up some physics phenomenon I enjoy coding 🖥️. This Github account is meant as a collection of my learning projects. With every project I try something new, be it the language, the tooling or the designs used! If you stumble upon something you like feel free to contribute or star it 🌟.

Top Langs

Pinned

  1. Botanism/Botanist Botanism/Botanist Public

    A bot for a healthier experience on discord servers. Provides lots of moderation utilities and improved sharing features!

    Python 5 3

  2. Botanism/rust-db-adapter Botanism/rust-db-adapter Public

    Rust adapter to the database. Provides models and methods to interact with it.

    Rust

  3. matrix matrix Public

    Simple matrix with type-checked operations

    Rust

  4. APOD discord webhook APOD discord webhook
    1
    import requests
    2
    import json
    3
    
                  
    4
    webhook_url = "webhook_token"
    5
    apod_url = "https://api.nasa.gov/planetary/apod?api_key=DEMO_KEY"