├── Commands ├── Dockerfile ├── README.md ├── requirements.txt └── telegram-bot.py /Commands: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xluxeq/GPT3-Telegram-Chatbot/HEAD/Commands -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xluxeq/GPT3-Telegram-Chatbot/HEAD/Dockerfile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xluxeq/GPT3-Telegram-Chatbot/HEAD/README.md -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | python-telegram-bot 2 | VaderSentiment 3 | openai 4 | regex 5 | -------------------------------------------------------------------------------- /telegram-bot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xluxeq/GPT3-Telegram-Chatbot/HEAD/telegram-bot.py --------------------------------------------------------------------------------