Init commit

This commit is contained in:
Artem Vasilev 2024-03-01 03:52:57 +03:00
commit a501f0f93f
7 changed files with 969 additions and 0 deletions

3
.gitignore vendored Executable file
View File

@ -0,0 +1,3 @@
.idea
vendor
tmp

5
README.md Executable file
View File

@ -0,0 +1,5 @@
# Telegram Bot Command - OpenAI API commands
> [!NOTE]
> **For GitHub users!** This is mirror! All development takes place [here](https://git.webmasterskaya.xyz/tbc/tbc-openai)
> | Вся разработка ведётся [здесь](https://git.webmasterskaya.xyz/tbc/tbc-openai)

38
composer.json Normal file
View File

@ -0,0 +1,38 @@
{
"name": "webmasterskaya/tbc-openai",
"type": "library",
"description": "Telegram bot command for working with OpenAI API",
"keywords": [
"telegram",
"bot",
"php",
"php telegram bot",
"openai",
"chatgpt",
"telegram openai",
"telegram chatgpt"
],
"license": "MIT",
"homepage": "https://git.webmasterskaya.xyz/tbc/tbc-openai",
"support": {
"issues": "https://git.webmasterskaya.xyz/tbc/tbc-openai/issues",
"source": "https://git.webmasterskaya.xyz/tbc/tbc-openai"
},
"authors": [
{
"name": "Artem Vasilev aka kernusr",
"email": "kern.usr@gmail.com",
"homepage": "https://webmasterskaya.xyz/",
"role": "Developer"
}
],
"require": {
"php": "^7.3|^8.0",
"longman/telegram-bot": "^0.82.0"
},
"autoload": {
"psr-4": {
"Webmasterskaya\\TelegramBotCommands\\": "src/"
}
}
}

853
composer.lock generated Normal file
View File

@ -0,0 +1,853 @@
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "c1ac47fcf5c491a1dbed3efe8dc2abf2",
"packages": [
{
"name": "guzzlehttp/guzzle",
"version": "7.8.1",
"source": {
"type": "git",
"url": "https://github.com/guzzle/guzzle.git",
"reference": "41042bc7ab002487b876a0683fc8dce04ddce104"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/41042bc7ab002487b876a0683fc8dce04ddce104",
"reference": "41042bc7ab002487b876a0683fc8dce04ddce104",
"shasum": ""
},
"require": {
"ext-json": "*",