Git Product home page Git Product logo

game_of_verbs_chatbot's Introduction

Game of Verbs Telegram and VK Bots

Game of Verbs bots for answering most common customers' questions

Examples: Telegram: https://t.me/game_of_verbs_helper_bot VKontakte: https://vk.com/public218877484

Prerequisites

Virtual environment needs to be:

python==3.10

Installing

First, you need to clone the code:

git clone https://github.com/EshiNanase/game_of_verbs_chatbot.git

Second, you need to install requirements.txt:

pip install -r requirements.txt

Third, you need to install gcloud following these instructions:

https://cloud.google.com/sdk/docs/install

Fourth, you need to login in gcloud:

gcloud auth login

Environment variables

The code needs .env file with such environment variables as:

TELEGRAM_TOKEN = token of your Telegram bot, text https://t.me/BotFather to create one
TELEGRAM_CHAT_ID = needed for logger you can find it here https://t.me/userinfobot
VK_TOKEN = token of your VK group, follow these instructions to create https://habr.com/ru/company/vk/blog/570486/
PROJECT_ID = bold-streamer-1337 if you want to use my intent base or set up your own

Running

The code should be ran in cmd like so:

python telegram_chatbot.py & python vk_chatbot.py

For developers

If you want to upload new information to the bot, try using this command:

python dialogflow_utils.py -u=URL

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.