Skip to content

FailsBot/FailsPrototype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FailsBot

This is some parts of new @FailsBot.

Compiling

Conan

If you want to install the project dependencies using the Conan package manager, then first make sure you've added the Bincrafters repository to your configuration:

$ conan remote add bincrafters https://api.bintray.com/conan/bincrafters/public-conan

After that, install the dependencies:

$ cd build
$ conan install .. --build missing

CMake

After installing all the dependencies, build the project using CMake:

$ cd build
$ cmake .. -G [generator]

Then use the generated project definition to build the project. E.g. on Windows:

$ cd build
$ cmake .. -G "Visual Studio 15 2017 Win64"
$ cmake --build .

Features (for developers)

  • CMake;
  • Conan!

What you won't see here

  • Good and stable code;
  • Normal architecture (but if it will be, I will contribute to another library);
  • Normal docs (if it will be, I remove that paragraph);
  • Good code style.

Project structure

+---+-src/       - contains subfolders and bot's entry point.
    +---tgbotlib - bot network API.
    +---plugins  - all plugins and command handlers.
    +---cfg      - configs (bot key, known IDs, etc)

About

some refactored and rewritten parts of FailsBot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published