Metadata-Version: 2.4
Name: spectroapi
Version: 0.1.3
Summary: A discord api wrapper for xvz
Author-email: Spectro <spectro5678@gmail.com>
License: MIT
Project-URL: Homepage, https://xvz.bot
Project-URL: Source, https://github.com/user9884993499999189/spectro-api
Keywords: discord,bot,pfp,images,api
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Communications :: Chat
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: discord.py>=2.0.0
Requires-Dist: aiohttp

# spectro-api

> This is spectros api for IOS / mobile status
> You must have status presence online(green)# spectroapi

## Install

```bash
pip install spectro-api
```

```
from discord.ext import commands
from spectro_api import api as pfps

bot = commands.Bot(command_prefix=";")

bot.add_cog(pfps(bot))
bot.run("token")
```

Use:
- ;pfps random
- ;pfps anime
- ;pfps egirl

# Categories
- all
- anime
- egirl

This will will be free (no rate limits)



