Skip to content

tulayev/pc-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PC Bot

Telegram Bot for interacting with PC

Before you start, please provide token and user id in appsettings.json. If there's no appsettings.json then create it in project folder (folder where .csproj file located). It should be as the following:

{
  "Creds": {
    "BotToken": "", // Your bot's token which you can get from https://t.me/BotFather
    "UserId": 0 // You can get your user id using bots such as https://t.me/userinfobot
  }
}

About

Telegram Bot that can interact with PC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages