Git Product home page Git Product logo

eulehakenbot's Introduction

EuleHakenBot Code formatting

EuleHakenBot - A Twitch Chatbot as a GUI Application in C++

This project is supposed to become a GUI Application, from which you will be able to connect to Twitchs IRC servers and there, connect your own Twitch Chatbot.

Maybe, in the future, I will make it, so you will be able to connect to other IRC servers aswell.

eulehakenbot's People

Contributors

eulehaken avatar

Stargazers

Roman avatar

Watchers

 avatar

Forkers

519984307

eulehakenbot's Issues

Add examples for sql queries

I'm focusing on creating sql queries at the moment.

Because I know, that I will forget on how to do those, I'd like to add some examples into src/sql/examples ๐Ÿ‘

Move include headers

So, I'm thinking of something like this:

Only add an #include where we actually need the file coming from the include.

Currently, all includes are inside the header files, because I think that its "prettier", because you can take a look at the .hpp file and you know directly which files the .hpp and .cpp - or in general what the class, e.g. uses.

However, clang complains about that, if we add an #include inside the header file, but then don't make use of it in the header file (although we need it inside the .cpp file)

So, why not listen to clang and move includes just there, where we need them..

Put code for `WebSocket` in project directly

I'd like to completely remove the WebSocket library, and instead, put its code into this project directly.

I don't see a reason for why it should have its on project type (or its own github repo, and so on).

The code can just go into a folder like src/WebSocket/.

See also: EuleHaken/WebSocket#4

Add automated workflows

It'd be very cool if there would be some automated workflows, which check, e.g. on pull request, if there were any building bugs/errors.

I am quite unsure if thats possible, but if it is, it'd be cook if the workflow "lints" the editer/added files, just use clang-format or sth else, and if there were some fixes, let the format programm format the file and add/append the changes to the PR.

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.