Skip to content

Franklin89/TelegramBotTemplate

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 
 
 

Telegram Bot Template [WORK IN PROGRESS]

This is a template project for a Telegram Bot using the the Telegram.Bot Nuget Package.

Features

  • ...

Using the template

Installation

From NuGet:

dotnet new -i TelegramBotTemplate

Locally built nupkg:

dotnet new -i TelegramBotTemplate.x.x.x.nupkg

Local folder:

dotnet new -i <PATH>

Where <PATH> is the path to the folder containing .template.config.

Run

dotnet new telegram-bot -n YourCompany.Bot

Use the -n or --name parameter to change the name of the output created. This string is also used to substitute the namespace name in the .cs file for the project.

Uninstall

dotnet new -u TelegramBotTemplate

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published