معرفی شرکت ها


chatgpt-telegram-0.1.4


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

ChatGPT Bot For telegram
ویژگی مقدار
سیستم عامل -
نام فایل chatgpt-telegram-0.1.4
نام chatgpt-telegram
نسخه کتابخانه 0.1.4
نگهدارنده []
ایمیل نگهدارنده []
نویسنده learnforpractice
ایمیل نویسنده -
آدرس صفحه اصلی https://github.com/learnforpractice/chatgpt-telegram
آدرس اینترنتی https://pypi.org/project/chatgpt-telegram/
مجوز Apache 2.0
# chatgpt-telegram # Installation on unix like platform, install `chatgpt-telegram` with the following command. ```bash python3 -m pip install -U chatgpt-telegram playwright install firefox ``` on the Windows platform, use the following command to install `chatgpt-telegram`: ```bash python -m pip install -U chatgpt-telegram playwright install firefox ``` # configuration You can start this bot with the following command: ```bash python3 -m chatgpt_telegram bot-config.yaml ``` On the Windows platform, with the following command: ```bash python -m chatgpt_telegram bot-config.yaml ``` which bot-config.yaml contains telegram bot configuration and chatgpt accounts as shown below. ```yaml telegram_api_key: "" accounts: - user: "" psw: "" ``` `telegram_api_key` section specify telegram bot api key. `accounts` section specify chatgpt test accounts. `user` field can not be empty, but you can leave `psw` to empty. If it is left empty, the user will need to manually enter the password upon login. Multiple accounts can be specified in the accounts section to improve ChatGPT responses. If you are running a bot in a server, you need to install `Xvfb` on the server, and use `VNC` at the client side to connect to `Xvfb`. For more information, refer to [Remote_control_over_SSH](https://en.wikipedia.org/wiki/Xvfb#Remote_control_over_SSH). After you start this bot, send `/start` to bot to start the initialization process, which will pop up a browser navigating to `https://chat.openai.com/chat`. On the first time you start the browser, you need to handle the login processes. Some automated processes such as auto-filling of account names and passwords will be carried out, but you will still need to manually solve CAPTCHAs during the login process. # Acknowledgements - [chatgpt-api](https://github.com/transitive-bullshit/chatgpt-api) - [chatGPT-telegram-bot](https://github.com/altryne/chatGPT-telegram-bot) - [ChatGPT](https://github.com/ChatGPT-Hackers/ChatGPT)


نیازمندی

مقدار نام
- pyyaml
>=0.27.0 openai
- python-telegram-bot
- playwright
- cf-clearance


نحوه نصب


نصب پکیج whl chatgpt-telegram-0.1.4:

    pip install chatgpt-telegram-0.1.4.whl


نصب پکیج tar.gz chatgpt-telegram-0.1.4:

    pip install chatgpt-telegram-0.1.4.tar.gz