Metadata-Version: 2.4
Name: robloxinfo
Version: 0.1.1
Summary: Fetch public Roblox account information safely using Python
Author-email: BilalCord <b.maarouf109@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/BilalCord/robloxinfo
Project-URL: Documentation, https://github.com/BilalCord/robloxinfo
Project-URL: Source, https://github.com/BilalCord/robloxinfo
Keywords: roblox,roblox api,roblox info,python,gaming
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Games/Entertainment :: Simulation
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests>=2.31
Dynamic: license-file

# robloxinfo

**robloxinfo** is a Python library for fetching **public Roblox account information** using official Roblox APIs.  
It provides a clean, reliable, and easy-to-use interface for developers who want to retrieve account details, social statistics, presence information, and avatar data for Roblox users. No authentication or private access is required.

---

## Features

- Retrieve basic account details:
  - Username
  - Display name
  - User ID
  - Account creation date
  - Account description
  - Ban status
- Fetch social statistics:
  - Friends count
  - Followers count
  - Following count
- Presence tracking:
  - Online/offline status
  - Last online timestamp (if available)
- Avatar thumbnail URL
- Safe and robust: handles missing fields gracefully
- Pure Python, no Discord dependency, fully asynchronous optional

---

## Installation

Install via `pip`:

```bash
pip install robloxinfo
