It is a project that includes all social networking sites, and the most important features of the project is a private library whose work is to verify the availability of the user name if it is available or not available on more than one social site
pip install ALSHBG
pip update ALSHBG
- Open a file in a text editor and name the file eg ALSHBG.py
For example, we will check the username on Tiktok
from ALSHBG import check
ck = check()
BG = ck.Tiktok("username")
print(BG)
-
If the result is 200, this indicates that your Tiktok username is available☑️
-
If the result is 404, this indicates that the Tiktok username is not available ❎
- Tiktok
- Snapchat
- Telegramg
- Tellonym
- Twitch
- Xbox
- github
- Gmail
- Hotmail
- Yahoo
- Steam
- Sony
- Like
- Open a file in a text editor and name the file eg ALSHBG.py
For example, we will download from YouTube
from ALSHBG import check
down = download()
BG = down.dl("link video")
print(BG)
- YouTube
python3 ALSHBG.py