Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deodorqnt387/python-shitty-figgsai-api
a small project for figgs.ai
https://github.com/deodorqnt387/python-shitty-figgsai-api
Last synced: 27 days ago
JSON representation
a small project for figgs.ai
- Host: GitHub
- URL: https://github.com/deodorqnt387/python-shitty-figgsai-api
- Owner: DeoDorqnt387
- Created: 2024-06-16T18:35:46.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-12T10:36:16.000Z (5 months ago)
- Last Synced: 2024-11-06T06:49:55.572Z (about 2 months ago)
- Language: Python
- Size: 1.37 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
### An Api For FiggsAI
![](https://github.com/DeoDorqnt387/Python-Shitty-FiggsAI-Api/blob/main/images/imgu.png)## Example Usage:
```python
from figgs.figgs import figgsfigs = figgs()
while True:
your_message = input("You: ")
response = figs.send_message(your_message)
print(response)
```