Giter Site home page Giter Site logo

blockchain-miner / gnuweebbot Goto Github PK

View Code? Open in Web Editor NEW

This project forked from all-blockchains/gnuweebbot

0.0 0.0 1.0 3.7 MB

High-performance bot Telegram, running on Linux environment, written in C.

License: GNU General Public License v2.0

Makefile 0.78% C 72.91% C++ 4.54% Shell 0.49% Roff 20.64% CMake 0.60% PHP 0.04%

gnuweebbot's Introduction

GNUWeebBot

High-performance bot Telegram, running on Linux environment.

Core Features

  • Event Debug
  • Event Logger

Modules

  1. Telegram debug info.
  2. Google Translate API.
  3. Admin for group management.

Build Requirements

  • gcc 9.2.1+ or clang 11
  • GNU Make 4.3
  • libmysqlclient21
  • libcurl4-gnutls-dev

Install Dependency

Ubuntu

sudo apt install -y git gcc g++ make cmake libmysqlclient21 libmysqlclient-dev libcurl4-gnutls-dev valgrind doxygen;

Arch

sudo pacman -Syu git base-devel cmake curl libmysqlclient21 valgrind doxygen;

Build

git clone https://github.com/GNUWeeb/GNUWeebBot;
cd GNUWeebBot;

make RELEASE_MODE=1 -j$(nproc);

cp config/example.ini config.ini;

# Fix the config
vim config.ini;

./gwbot -c config.ini;

Issues

We welcome bug reports, feature requests and questions through GitHub repository https://github.com/GNUWeeb/GNUWeebBot

Project Maintainer

Community

Third Party Libraries

No. Link Name License
1. https://github.com/benhoyt/inih inih 53 New BSD license
2. https://github.com/axboe/liburing liburing-2.0 LGPL + MIT
3. https://github.com/curl/curl libcurl4-gnutls-dev LGPL + MIT
4. https://github.com/json-c/json-c json-c-0.15-20200726 MIT
5. https://dev.mysql.com/downloads/c-api MySQL 8 GPL-v2

Contributing

We welcome contributors through GitHub pull request. Please read the CONTRIBUTING.md file for detailed information.

License

This software is licensed under the GNU GPL-v2 license.

gnuweebbot's People

Contributors

ammarfaizi2 avatar aliwoto avatar komori-k avatar nrudesu avatar irvanmalik48 avatar sprtcrnbry avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.