Code Monkey home page Code Monkey logo

dsbot-dev's Introduction

Primary purpose of this project was to just get an experience when it comes to writing bots, doesn't matter whether it's telegram bot or discord bot or whatever. But then as I already have discord server, I thought why to use other's bot, and why not making my own for my own server, and kick all the other bots. So I created the bot and completed about 1 week. But the bot was not using cogs and more importantly I was not using database, instead I was just writing all the data to the JSON file, which cannot be as efficient as databases in terms of retrieving the data or inserting and so on. So in this project, I connected postgresql database and I divided one large file into cogs, which will keep the overall structure clean, and will also make the updating procedure the way easier (as we do not need to restart whole bot for one minor change instead we need to reload specific cog). Just FYI, this bot is not in the production yet,but will be soon, after I make some improvement, however previous version (which is not using database and cogs) is in the production. You can take a look at it by visiting my server. FYI, bad_words.txt file here is just used to prevent users from using bad/swear words.

dsbot-dev's People

Contributors

yalchin403 avatar

Stargazers

 avatar

Watchers

 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.