Skip to content

SandroLaRosa/TeleBotTest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

TeleBotTest

Description:

A baseline for a generic Telegram Bot. This is intended to be a "template" repository, or more precisely an example of basic Telegram Bot implementation which is locally runnable.

How to use:

On windows:

We suggest the use of a service manager (like NSSM) to ensure that the script can run locally without issues, and ensure that the serivce can be controlled in the best way possible, ensuring the possibility of a Restart in case of crashing.

On linux:

We suggest the use of the classic systemd. To be as up to date as possible we suggest you to check your distribution wiki.

On mac:

We do not officially support mac, so you are on your own.

Tecnical details

[This section is still under construction]

To Do list

  • Setupping the folder structure
  • Create a requirements.txt
  • Creating the baseline for the bot
  • Implementing a set of basic actions for the bot to execute
  • Make unit tests

Disclaimer:

This is a toy example library, the implementation might be crude and not as efficient as possible. Even if the nowdays guidelines siggest tp ise as little comments as possible, we shall use them in an exagerated way so that even people with little to no-knowledge of python and telegram libraries can understand what's going on.

About

A baseline for a telegram bot.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors