Skip to content

Follpvosten/framebot

 
 

Framebot - 0.1.0 Build Status Open Source Helpers Documentation Status

This is the official repository for Framebot.

Building from source

Ubuntu/Debian

First you need to install the dependencies

# apt install jansson openssl libcurl4-openssl-dev

then you use cmake to create the build files

mkdir build
cd build
cmake ..

and use make to build and install

make
make install

FreeBSD

The required packages can be installed using either ports:

make -C /usr/ports/{cmake,jansson,openssl,curl} install clean

Or binary packages:

pkg install cmake jansson openssl curl

After that, cd into the framebot repository continue the same way as above:

mkdir build
cd build
cmake ..
make
make install

Usage

See our Examples folder.

Contributing

If you want to contribute to the project, follow the instructions on CONTRIBUTING

About

Framebot is a C framework for Telegram Bot API.

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C 90.5%
  • C++ 7.3%
  • CMake 1.8%
  • Other 0.4%