8000 EchterTimo (Timo) Β· GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
View EchterTimo's full-sized avatar

Highlights

  • Pro

Organizations

@TLT-STUDIOS @NEXTLEVEL-NETWORK

Block or report EchterTimo

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

πŸ‘‹ Hi there, I'm Timo

πŸ‘€ About Me

  • 20 years old
  • Backend Developer
  • Interested in Software Architecture and Design Patterns

πŸ“« How to reach me

APIs that I have worked with

Image Name Features used
discord Discord Bot API, OAuth2, Webhooks
github GitHub Web API
steam Steam Web API
spotify Spotify Web API, OAuth2
valorant Valorant Web API

⭐ Skills

πŸ–₯️ Languages

Python Java Markdown Regex

🌐 Web Development

FastAPI Django Flask

πŸ› οΈ Tools & Platforms

Git VSCode Figma Postman Docker Raspberry Pi

πŸ’Ύ Databases

PostgreSQL MongoDB SQLite

🌱 I’m currently learning

Vue Linux

Pinned Loading

  1. A Tampermonkey userscript that autom... A Tampermonkey userscript that automatically clicks the body on WebUntis every 2 minutes to prevent timeouts
    1
    // ==UserScript==
    2
    // @name            WebUntis Auto Session Extender
    3
    // @author          github.com/EchterTimo
    4
    // @description     Automatically clicks the "Extend Session" button on WebUntis every 2 minutes to prevent timeouts.
    5
    // @downloadURL     https://gist.github.com/EchterTimo/8762a9aaf795af15c6bfed6f2a9ce8df/raw/b9212f292523520c6a0f3aee01d2f0a2f5cab698/webuntis-auto-session-extender.user.js
  2. Adds a "SteamDB" button to Steam pro... Adds a "SteamDB" button to Steam profiles, linking to the user's SteamDB calculator page.
    1
    // ==UserScript==
    2
    // @name         SteamDB User Profile Button
    3
    // @description  Adds a "SteamDB" button to Steam profiles, linking to the user's SteamDB calculator page.
    4
    // @author       EchterTimo
    5
    // @grant        none
  3. Adds a "Price History" button for games Adds a "Price History" button for games
    1
    // ==UserScript==
    2
    // @name         Steam Price History Button
    3
    // @description  Adds a "Price History" button for games
    4
    // @author       EchterTimo
    5
    // @grant        none
0