# pycsgogpt
**pycsgogpt** is a CSGO chatbot powered by OpenAI GPT-3.5 Turbo. It connects to a CSGO client via Telnet and uses the GPT-3.5 Turbo model to generate responses based on incoming messages from other players. The chatbot provides an interactive and fun experience by simulating human-like conversations in the game.
![Alt text](image.png)
## Installation
```bash
pip install pycsgogpt
```
## Usage
First, add `-netconport 21234` to the launch options of your CSGO server. Then, start the server and run the following command:
```python
pycsgogpt <your_player_name> <your_openai_api_key> [--telnet-port <telnet_port>]
```
* player-name: Your CSGO player name.
* openapi-key: Your OpenAI API key.
* telnet-port (optional): The telnet port for the CSGO server (default: 21234).
## Contributing
Contributions are welcome! If you have any bug reports, feature requests, or suggestions, please open an issue or submit a pull request.
## License
This project is licensed under the MIT License. See [LICENSE](LICENSE) for more details.
Raw data
{
"_id": null,
"home_page": "https://github.com/nikeix/pycsgogpt",
"name": "pycsgogpt",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.7.1,<4.0.0",
"maintainer_email": "",
"keywords": "csgo,chatbot,openai,gpt",
"author": "Aviv",
"author_email": "4440524+nikeix@users.noreply.github.com",
"download_url": "https://files.pythonhosted.org/packages/8a/06/a15bc3fac90241d0204bf17bea65491097599ee4262164baa97776e046ad/pycsgogpt-0.1.6.tar.gz",
"platform": null,
"description": "# pycsgogpt\n\n**pycsgogpt** is a CSGO chatbot powered by OpenAI GPT-3.5 Turbo. It connects to a CSGO client via Telnet and uses the GPT-3.5 Turbo model to generate responses based on incoming messages from other players. The chatbot provides an interactive and fun experience by simulating human-like conversations in the game.\n\n![Alt text](image.png)\n\n\n## Installation\n\n```bash\npip install pycsgogpt\n```\n\n## Usage\n\nFirst, add `-netconport 21234` to the launch options of your CSGO server. Then, start the server and run the following command:\n\n```python\npycsgogpt <your_player_name> <your_openai_api_key> [--telnet-port <telnet_port>]\n```\n\n* player-name: Your CSGO player name.\n* openapi-key: Your OpenAI API key.\n* telnet-port (optional): The telnet port for the CSGO server (default: 21234).\n\n## Contributing\nContributions are welcome! If you have any bug reports, feature requests, or suggestions, please open an issue or submit a pull request.\n\n## License\nThis project is licensed under the MIT License. See [LICENSE](LICENSE) for more details.\n\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "CSGO Chatbot using OpenAI GPT-3.5 Turbo.",
"version": "0.1.6",
"project_urls": {
"Homepage": "https://github.com/nikeix/pycsgogpt",
"Repository": "https://github.com/nikeix/pycsgogpt"
},
"split_keywords": [
"csgo",
"chatbot",
"openai",
"gpt"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "af813ed750283aaed254c5cb7eb0e8867c48fca38fa235f2c118171be4cd317b",
"md5": "6986ce8248f32ea3002420d644ae99f4",
"sha256": "f3ec0f322cea9a2b4929769f6dbffacaee08520b57d77c53a67963cc72139d10"
},
"downloads": -1,
"filename": "pycsgogpt-0.1.6-py3-none-any.whl",
"has_sig": false,
"md5_digest": "6986ce8248f32ea3002420d644ae99f4",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7.1,<4.0.0",
"size": 5135,
"upload_time": "2023-07-30T21:10:22",
"upload_time_iso_8601": "2023-07-30T21:10:22.253667Z",
"url": "https://files.pythonhosted.org/packages/af/81/3ed750283aaed254c5cb7eb0e8867c48fca38fa235f2c118171be4cd317b/pycsgogpt-0.1.6-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "8a06a15bc3fac90241d0204bf17bea65491097599ee4262164baa97776e046ad",
"md5": "fc0bd7af3e9b7802d6e799a9b985754a",
"sha256": "15f4132deffcb2d14201184f5a8c26cb38fcf837fb6d72c7d6e40259785f4e5d"
},
"downloads": -1,
"filename": "pycsgogpt-0.1.6.tar.gz",
"has_sig": false,
"md5_digest": "fc0bd7af3e9b7802d6e799a9b985754a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7.1,<4.0.0",
"size": 4011,
"upload_time": "2023-07-30T21:10:23",
"upload_time_iso_8601": "2023-07-30T21:10:23.123510Z",
"url": "https://files.pythonhosted.org/packages/8a/06/a15bc3fac90241d0204bf17bea65491097599ee4262164baa97776e046ad/pycsgogpt-0.1.6.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-07-30 21:10:23",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "nikeix",
"github_project": "pycsgogpt",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "pycsgogpt"
}