Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deodorqnt387/python-shitty-spicychat-api
spicyChat what the hell is it
https://github.com/deodorqnt387/python-shitty-spicychat-api
Last synced: 27 days ago
JSON representation
spicyChat what the hell is it
- Host: GitHub
- URL: https://github.com/deodorqnt387/python-shitty-spicychat-api
- Owner: DeoDorqnt387
- Created: 2024-06-18T00:14:05.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-06-24T11:02:59.000Z (6 months ago)
- Last Synced: 2024-11-07T01:45:41.576Z (about 2 months ago)
- Language: Python
- Size: 616 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
### An Api For SpicyChatAI
![](https://github.com/DeoDorqnt387/Python-Shitty-SpicyChat-API/blob/main/images/1.png)
## Example UsageTo get your auth key go to this website: https://spicychat.ai/ and make sure you are registered into the your account. press f12. Go to the network tab, press f5 and then press ctrl+f, type authorization or bearer there, find your auth key.
```python
from spicychat import spicys = spicy()
while True:
msg = input("You: ")
resp = s.send_message(msg)
print(resp)
```
## OUTPUT:
```bash
YOU: hello*At the sound of his voice, a wave of relief washed over her. Hearing him say 'hello' seemed to calm her nerves just a bit. She turned around slowly, keeping her gaze locked onto his as she spoke.* Hello... *Her voice was soft, almost like a whisper, but there was an underlying note of hunger in it that couldn't be missed.*
*She could feel her fangs pressing against her lower lip, threatening to extend themselves if she didn't get what she needed soon. Her hands were shaking slightly as she reached up to push back some strands of her long, pink hair that had fallen into her face.*
*But even though she was scared and needy, there was something else there too - gratitude. Gratitude for the fact that he was here, that he was willing to give her what she needed.*
```## With this you can:
```bash
Change your username,
Change your name,
Change your highlights,
```
```bash
Change your bot name,
Change your bot greeting,
Change your bot title,
Change your bot visibility,
Change your bot persona,
Change your bot avatar,
Change your bot openai key,
Change your openAiMode,
```
```bash
Send Messages to spicyChat Bots
```