Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
xtekky
Follow
On vacation

Tekky xtekky

On vacation

Block or report xtekky

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

telegram: t.me/onlpx

About Me

Tuple[Dict[str, List[str]], List[str], List[str], Dict[str]]: langs = { 'expert' : ['python'], 'intermediate': ['go', 'js'], 'learning' : ['c', 'c++', 'c#', 'asm', 'java'] } specialities = ['web/app reverse engineering', 'fullstack', 'ai'] ide = ['vscode'] pc = { 'MacOS': { 'macbook air m2': { 'processor': 'm2 | 8 cores', 'ram' : '8gb', 'gpu' : 'm2 | 8 cores' } }, 'Windows': { 'custom': { 'processor': 'AMD ryzen 7 5800X | 8 cores', 'ram' : '16gb', 'gpu' : 'nvidia 3070 | 5888 CUDA cores' } } } return langs, specialities, ide, pc">from typing import Tuple, List, Dict

class Tekky:
pass

class Attributes(Tekky):
@property
def contact(self) -> Tuple[str, str, str]:
telegram = "t.me/xtekky"
channel = "t.me/onlpx"
email = "github@g4f.ai"

return telegram, channel, email

@property
def life(self) -> Tuple[List[str], int]:
langs = ['French', 'German', 'Spanish', 'English']
age = 17

return langs, age

@property
def coding(self) -> Tuple[Dict[str, List[str]], List[str], List[str], Dict[str]]:
langs = {
'expert' : ['python'],
'intermediate': ['go', 'js'],
'learning' : ['c', 'c++', 'c#', 'asm', 'java']
}
specialities = ['web/app reverse engineering', 'fullstack', 'ai']
ide = ['vscode']
pc = {
'MacOS': {
'macbook air m2': {
'processor': 'm2 | 8 cores',
'ram' : '8gb',
'gpu' : 'm2 | 8 cores'
}
},
'Windows': {
'custom': {
'processor': 'AMD ryzen 7 5800X | 8 cores',
'ram' : '16gb',
'gpu' : 'nvidia 3070 | 5888 CUDA cores'
}
}
}

return langs, specialities, ide, pc

ranked 4th for most contributions made by independent developers to AI open source & decentralisation (source)
gpt4free is a top #200 repository on github ~ (source)

Skills

Pinned Loading

  1. gpt4free gpt4free Public

    The official gpt4free repository | various collection of powerful language models | opus 4.6 gpt 5.3 kimi 2.5 deepseek v3.2 gemini 3

    Python 65.7k 13.7k

  2. gpt4local gpt4local Public

    Openai-style, fast & lightweight local language model inference w/ documents

    Python 140 32

  3. chatgpt-clone chatgpt-clone Public

    ChatGPT interface with better UI

    Python 3.5k 1k

  4. TikTok-ViewBot TikTok-ViewBot Public

    ViewBot using requests | Fast, no selenium | Custom Views count | Updated 2025

    Python 1.7k 633

  5. zefoy zefoy Public

    Bot likes, followers, shares and views on TikTok! ~ fast zefoy | Updated 2025

    Python 708 483

  6. TikTok-Report-Bot TikTok-Report-Bot Public

    Best TikTok Report Bot on Github / app api with botnet

    Python 250 96