Skip to content
View EchterTimo's full-sized avatar

Highlights

  • Pro

Organizations

@Krypto-Hashers-Community @NEXTLEVEL-NETWORK @TIMO-SOFTWARE

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

Hey , I'm Timo!

Web Developer | Python Enthusiast | TypeScript Fan

About me

  • Experienced Python Developer
  • Expert of Discord API (OAuth2, Gateway, REST, Game SDK)
  • Learning Vue.js

Contact me

Platform Name
Email [email protected]
Discord Discord user 709821646776565760

Pinned Loading

  1. 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
  2. progressbar_xyz.py progressbar_xyz.py
    1
    '''
    2
    Python Wrapper for https://github.com/guibranco/progressbar | made by https://github.com/EchterTimo
    3
    '''
    4
    
                  
    5
    
                  
  3. Discord Set Channel Status using Pyt... Discord Set Channel Status using Python Requests
    1
    '''
    2
    This script updates the status of a voice channel on Discord using the Discord API.
    3
    4
    Disclaimer:
    5
    The endpoint used in this script is not yet officially documented in the Discord API documentation.