Skip to content
View Tentoxa's full-sized avatar
  • 18:25 (UTC +02:00)

Highlights

  • Pro

Block or report Tentoxa

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.

Maximum 250 characters. Please donโ€™t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
Tentoxa/README.md

Hi there, I'm Tentoxa! ๐Ÿ‘‹

public class Profile extends GithubProfile {

    private boolean shouldFollow;
    private boolean shouldCheckRepositories;

    @Override
    public void onLoad(){
        this.shouldFollow = true;
        this.shouldCheckRepositories = true;
        if(this.shouldFollow && this.shouldCheckRepositories){
            System.out.println("You are epic, thank you <3");
        }else{
            System.out.println("Thats ok! Enjoy your stay!");
        }
    }

}

๐Ÿ“Š GitHub Stats

Tentoxa's GitHub Stats

Pinned Loading

  1. bitpy bitpy Public

    Python client for Bitget's API with comprehensive position management, automatic rate limiting, and robust error handling for cryptocurrency futures trading. ๐Ÿš€

    Python 4 1

  2. ja3proxy ja3proxy Public

    A Rust-based HTTP proxy service that emulates browser TLS fingerprints (JA3/JA4).

    Rust 1

  3. Exodus-AutoUpdater Exodus-AutoUpdater Public

    This simple Python Script Auto-Updates your Exodus on Linux

    Python 1

  4. LandlordScraper LandlordScraper Public

    Scraper for the Landlord search in the UK

    Python