Skip to content
View AsmSafone's full-sized avatar
🎯
Focusing
🎯
Focusing

Organizations

@S1-BOTS
Block or Report

Block or report AsmSafone

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

Hi, I'm Safone | Profile Views

​
import json
from dataclasses import asdict, dataclass


@dataclass
class Stack:
    languages   : tuple[str, ...] = ("Python", "Bash", "HTML", "CSS")
    misc        : tuple[str, ...] = ("Docker", "Linux", "FastAPI")
    ongoing     : tuple[str, ...] = ("Django", "Java", "JavaScript")

    def serialize(self):
        return json.dumps(asdict(self), indent=4)


stack = Stack()
print(stack.serialize())
print("Hola! Welcome To Safone's World !! 😎")
​

An image of @asmsafone's Holopin badges, which is a link to view their full Holopin profile

Pinned

  1. MusicPlayer MusicPlayer Public

    A Telegram Music Bot written in Python using Pyrogram and Py-Tgcalls. This is Also The Source Code of The UserBot Which is Playing Music in @S1-BOTS Support Group ❀️

    Python 275 1k

  2. RadioPlayerV3 RadioPlayerV3 Public

    An Advanced Telegram Bot to Play Radio & Music in Voice Chat. This is Also The Source Code of The Bot Which is Being Used For Playing Radio in @AsmSafone Channel ❀️ https://radiostay.com - over 100…

    Python 463 867

  3. VideoPlayerBot VideoPlayerBot Public

    An Telegram Bot By @AsmSafone To Stream Videos in Telegram Voice Chat. This is Also The Source Code of The Bot Which is Being Used In Our Support Group! ❀️

    Python 228 698

  4. RadioPlayerV2 RadioPlayerV2 Public archive

    This Is Advanced Version Of Old Radio Player, An Telegram Bot to Play Radio/Music in Channel or Group Voice Chats.

    Python 84 236