Skip to content

alsh12k/ALSHBG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ALSHBG

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

Installation :

pip install ALSHBG

update :

pip update ALSHBG

The method of work

  • 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 ❎

The sites available in the project are

  • Instagram
  • Tiktok
  • Snapchat
  • Telegramg
  • Tellonym
  • Twitch
  • Xbox
  • github
  • Reddit
  • Gmail
  • Hotmail
  • Yahoo
  • Steam
  • Sony
  • Like

The method of work

  • 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)

The sites available in the project are

  • Instagram
  • YouTube

run code :

python3 ALSHBG.py

Follow us on social media

Telegram Youtube Instagram Telegram

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages