From 2c3e2cfdb0dbff79e7e6faeda7de9d0181a55b10 Mon Sep 17 00:00:00 2001 From: Team Alexa <110902508+TheTeamAlexa@users.noreply.github.com> Date: Mon, 27 Nov 2023 19:43:03 +0500 Subject: [PATCH] Alexa Music --- AlexaMusic/platforms/Apple.py | 17 +++++++++-------- AlexaMusic/platforms/Carbon.py | 17 +++++++++-------- AlexaMusic/platforms/Resso.py | 16 ++++++++-------- AlexaMusic/platforms/Soundcloud.py | 13 +++++++++---- AlexaMusic/platforms/Spotify.py | 17 +++++++++-------- AlexaMusic/platforms/Telegram.py | 16 ++++++++-------- AlexaMusic/platforms/Youtube.py | 13 +++++++++---- AlexaMusic/platforms/__init__.py | 17 +++++++++-------- 8 files changed, 70 insertions(+), 56 deletions(-) diff --git a/AlexaMusic/platforms/Apple.py b/AlexaMusic/platforms/Apple.py index dc8c4bd7..d9938f1c 100644 --- a/AlexaMusic/platforms/Apple.py +++ b/AlexaMusic/platforms/Apple.py @@ -1,12 +1,13 @@ -# -# Copyright (C) 2021-2022 by Alexa_Help@Github, < https://github.com/Jankarikiduniya >. -# A Powerful Music Bot Property Of Rocks Indian Largest Chatting Group +# Copyright (C) 2023 by Alexa_Help @ Github, < https://github.com/TheTeamAlexa > +# Subscribe On YT < Jankari Ki Duniya >. All rights reserved. © Alexa © Yukki. -# Kanged By © @Dr_Asad_Ali -# Rocks © @Shayri_Music_Lovers -# Owner Asad Ali -# Harshit Sharma -# All rights reserved. © Alisha © Alexa © Yukki +"""" +TheTeamAlexa is a project of Telegram bots with variety of purposes. +Copyright (c) 2023 -present Team=Alexa + +This program is free software: you can redistribute it and can modify +as you want or you can collabe if you have new ideas. +""" import re diff --git a/AlexaMusic/platforms/Carbon.py b/AlexaMusic/platforms/Carbon.py index 89056288..7408862b 100644 --- a/AlexaMusic/platforms/Carbon.py +++ b/AlexaMusic/platforms/Carbon.py @@ -1,12 +1,13 @@ -# -# Copyright (C) 2021-2022 by Alexa_Help@Github, < https://github.com/Jankarikiduniya >. -# A Powerful Music Bot Property Of Rocks Indian Largest Chatting Group +# Copyright (C) 2023 by Alexa_Help @ Github, < https://github.com/TheTeamAlexa > +# Subscribe On YT < Jankari Ki Duniya >. All rights reserved. © Alexa © Yukki. -# Kanged By © @Dr_Asad_Ali -# Rocks © @Shayri_Music_Lovers -# Owner Asad Ali -# Harshit Sharma -# All rights reserved. © Alisha © Alexa © Yukki +"""" +TheTeamAlexa is a project of Telegram bots with variety of purposes. +Copyright (c) 2023 -present Team=Alexa + +This program is free software: you can redistribute it and can modify +as you want or you can collabe if you have new ideas. +""" import random diff --git a/AlexaMusic/platforms/Resso.py b/AlexaMusic/platforms/Resso.py index cd54cd35..a6ee9372 100644 --- a/AlexaMusic/platforms/Resso.py +++ b/AlexaMusic/platforms/Resso.py @@ -1,13 +1,13 @@ -# -# Copyright (C) 2021-2022 by Alexa_Help@Github, < https://github.com/Jankarikiduniya >. -# A Powerful Music Bot Property Of Rocks Indian Largest Chatting Group +# Copyright (C) 2023 by Alexa_Help @ Github, < https://github.com/TheTeamAlexa > +# Subscribe On YT < Jankari Ki Duniya >. All rights reserved. © Alexa © Yukki. -# Kanged By © @Dr_Asad_Ali -# Rocks © @Shayri_Music_Lovers -# Owner Asad Ali -# Harshit Sharma -# All rights reserved. © Alisha © Alexa © Yukki +"""" +TheTeamAlexa is a project of Telegram bots with variety of purposes. +Copyright (c) 2023 -present Team=Alexa +This program is free software: you can redistribute it and can modify +as you want or you can collabe if you have new ideas. +""" import re from typing import Union diff --git a/AlexaMusic/platforms/Soundcloud.py b/AlexaMusic/platforms/Soundcloud.py index 50ec12ae..08b0fac9 100644 --- a/AlexaMusic/platforms/Soundcloud.py +++ b/AlexaMusic/platforms/Soundcloud.py @@ -1,8 +1,13 @@ -# -# Copyright (C) 2021-2022 by Alexa_Help@Github, < https://github.com/Jankarikiduniya >. -# A Powerful Music Bot Property Of Rocks Indian Largest Chatting Group -# All rights reserved. © Alisha © Alexa © Yukki +# Copyright (C) 2023 by Alexa_Help @ Github, < https://github.com/TheTeamAlexa > +# Subscribe On YT < Jankari Ki Duniya >. All rights reserved. © Alexa © Yukki. +"""" +TheTeamAlexa is a project of Telegram bots with variety of purposes. +Copyright (c) 2023 -present Team=Alexa + +This program is free software: you can redistribute it and can modify +as you want or you can collabe if you have new ideas. +""" import re from os import path diff --git a/AlexaMusic/platforms/Spotify.py b/AlexaMusic/platforms/Spotify.py index cf2dfce0..d351f87e 100644 --- a/AlexaMusic/platforms/Spotify.py +++ b/AlexaMusic/platforms/Spotify.py @@ -1,12 +1,13 @@ -# -# Copyright (C) 2021-2022 by Alexa_Help@Github, < https://github.com/Jankarikiduniya >. -# A Powerful Music Bot Property Of Rocks Indian Largest Chatting Group +# Copyright (C) 2023 by Alexa_Help @ Github, < https://github.com/TheTeamAlexa > +# Subscribe On YT < Jankari Ki Duniya >. All rights reserved. © Alexa © Yukki. -# Kanged By © @Dr_Asad_Ali -# Rocks © @Shayri_Music_Lovers -# Owner Asad Ali -# Harshit Sharma -# All rights reserved. © Alisha © Alexa © Yukki +"""" +TheTeamAlexa is a project of Telegram bots with variety of purposes. +Copyright (c) 2023 -present Team=Alexa + +This program is free software: you can redistribute it and can modify +as you want or you can collabe if you have new ideas. +""" import re diff --git a/AlexaMusic/platforms/Telegram.py b/AlexaMusic/platforms/Telegram.py index dbf72523..35207f0b 100644 --- a/AlexaMusic/platforms/Telegram.py +++ b/AlexaMusic/platforms/Telegram.py @@ -1,13 +1,13 @@ -# -# Copyright (C) 2021-2022 by Alexa_Help@Github, < https://github.com/Jankarikiduniya >. -# A Powerful Music Bot Property Of Rocks Indian Largest Chatting Group +# Copyright (C) 2023 by Alexa_Help @ Github, < https://github.com/TheTeamAlexa > +# Subscribe On YT < Jankari Ki Duniya >. All rights reserved. © Alexa © Yukki. -# Kanged By © @Dr_Asad_Ali -# Rocks © @Shayri_Music_Lovers -# Owner Asad Ali -# Harshit Sharma -# All rights reserved. © Alisha © Alexa © Yukki +"""" +TheTeamAlexa is a project of Telegram bots with variety of purposes. +Copyright (c) 2023 -present Team=Alexa +This program is free software: you can redistribute it and can modify +as you want or you can collabe if you have new ideas. +""" import asyncio import os diff --git a/AlexaMusic/platforms/Youtube.py b/AlexaMusic/platforms/Youtube.py index c8faeb5c..1674c227 100644 --- a/AlexaMusic/platforms/Youtube.py +++ b/AlexaMusic/platforms/Youtube.py @@ -1,8 +1,13 @@ -# -# Copyright (C) 2021-2022 by Alexa_Help@Github, < https://github.com/Jankarikiduniya >. -# A Powerful Music Bot Property Of Rocks Indian Largest Chatting Group -# All rights reserved. © Alisha © Alexa © Yukki +# Copyright (C) 2023 by Alexa_Help @ Github, < https://github.com/TheTeamAlexa > +# Subscribe On YT < Jankari Ki Duniya >. All rights reserved. © Alexa © Yukki. +"""" +TheTeamAlexa is a project of Telegram bots with variety of purposes. +Copyright (c) 2023 -present Team=Alexa + +This program is free software: you can redistribute it and can modify +as you want or you can collabe if you have new ideas. +""" import asyncio import os diff --git a/AlexaMusic/platforms/__init__.py b/AlexaMusic/platforms/__init__.py index 068e22ab..5967d7ae 100644 --- a/AlexaMusic/platforms/__init__.py +++ b/AlexaMusic/platforms/__init__.py @@ -1,12 +1,13 @@ -# -# Copyright (C) 2021-2022 by Alexa_Help@Github, < https://github.com/Jankarikiduniya >. -# A Powerful Music Bot Property Of Rocks Indian Largest Chatting Group +# Copyright (C) 2023 by Alexa_Help @ Github, < https://github.com/TheTeamAlexa > +# Subscribe On YT < Jankari Ki Duniya >. All rights reserved. © Alexa © Yukki. -# Kanged By © @Dr_Asad_Ali -# Rocks © @Shayri_Music_Lovers -# Owner Asad Ali -# Harshit Sharma -# All rights reserved. © Alisha © Alexa © Yukki +"""" +TheTeamAlexa is a project of Telegram bots with variety of purposes. +Copyright (c) 2023 -present Team=Alexa + +This program is free software: you can redistribute it and can modify +as you want or you can collabe if you have new ideas. +""" from .Apple import AppleAPI