Skip to content

Get information users and bots from discordthings.com"

License

Notifications You must be signed in to change notification settings

SuruiDC/dthings-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dthings-py

Get information users and bots from discordthings.com

Example:

from dthings-py import *

#Get information for bots:

print(getInfoBot("720509373020897331"))#ElainaBot Id

return: {

  #Dictionary containing the same information as https://www.npmjs.com/package/dthings-api

}

#Get information for users:

print(getUser("618634689204322314"))#Mi id

return: {
  
  #Dictionary containing the same information as https://www.npmjs.com/package/dthings-api

}

Install Example

#In console

cd .../dist 

pip3 install dthings-py-1.0.0.tar.gz
#If you only have one version of python installed just use "pip" instead of "pip3"

About

Get information users and bots from discordthings.com"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages