Metadata-Version: 2.1
Name: token-information
Version: 1.0.0
Summary: token_information is a Python Package created for scraping discord account data with the use of an account token.
Home-page: https://github.com/spy404/token_information-package
Author: spy404
Author-email: spy404 <spy404.work@gmail.com>
Project-URL: Homepage, https://github.com/spy404/token_information-package
Keywords: spy404,discord,token_information
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Description-Content-Type: text/markdown

<h1 align="center">
  Discord token information library
</h1>

Steps to install:
- <pre> pip3 install token_information </pre>

Commands:
- <pre> token_information.user(token) </pre>
- <pre> token_information.payment(token) </pre>
- <pre> token_information.username(token) </pre>
- <pre> token_information.userid(token) </pre>
- <pre> token_information.phonenumber(token) </pre>
- <pre> token_information.avatar(token) </pre>
- <pre> token_information.email(token) </pre>
- <pre> token_information.auth(token) </pre>
- <pre> token_information.flags(token) </pre>
- <pre> token_information.language(token) </pre>
- <pre> token_information.verified(token) </pre>
- <pre> token_information.login(token) </pre>
- <pre> token_information.creation_date(token) </pre>
- <pre> token_information.nitro(token) </pre>

<div align="center">
  <a href="https://github.com/spy404/">
    <img src="http://ForTheBadge.com/images/badges/made-with-python.svg" />
  </a>
</div>
