Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 figgs

figs = figgs()
while True:
your_message = input("You: ")
response = figs.send_message(your_message)
print(response)
```