/UserRegistrationBot

User Registration Telegram Bot Using (.NET Core 3.1 and MySQL 5.7)

Primary LanguageC#

User Registration Telegram Bot

package Bot API Version documentations telegram chat

build build downloads contributors license

User Registration Telegram Bot Using (.NET Core 3.1 and MySQL 5.7) and Telegram Bot API for C#. Telegram.Bot is the most popular .NET Client for 🤖 [Telegram Bot API]. The Bot API is an HTTP-based interface created for developers keen on building bots for [Telegram].

🔨 Getting Started

Requirement

  • Visual Studio 2019 or leter.
  • .NET Core 3.1
  • MySQL 5.7 or leter.

Supported Platforms

  • Windows 10 (21H2 or leter)
  • Linux (Debian 9 or leter)

Build & Run ✔

  • Clone this reposity
  • Open using Visual Studio IDE
  • Press F5 or CTRL + F5

Configurations �

  • Enter your API key into Configuration.cs:
    class Configurations
    {
        public static string ApiToken { get; private set; } = "<Your Token Here>";
    }
  • Enter database cordinates into Database\Connaction.cs
    class Connaction
    {
        public static string ConnectionString { get; private set; } = "server=localhost;user=root;database=userbotdb;port=3306;password=123456789";
        ...
     }

Contribute 👋

Your contribution is welcome! 🙂 See Contribution Guidelines.

Note 👋

âš  Project not complated yet