Giter Site home page Giter Site logo

naota's Introduction

Naota

I'm a bot trying to be useful. Hope I'm not too buggy!

The Naota project is developed for academic popuses only. We do not hold ourselves responsable for the improper use of this code base. Please review the Discord Developer Policy and Youtube API Terms of Service before moving forward.

This code base can run on Windows and Linux with proper setup.

For developers

Naota is built on top of discord.py and YouTube Data API

Installation

Prerequisites:

  1. Python 3.8+

  2. ffmpeg - For audio streaming

    odds are that you (like me) dont have this installed all ready. For a guide on how to do se we recomend geeks for geeks tutorial

Setup:

  1. Get a local copy of the repository
git clone https://github.com/Wissenss/Naota.git
  1. Install all necessary python modules
pip install -r requirements.txt
  1. Create a new .env file inside the project folder and set it up as follows
DISCORD_TOKEN="YOUR DISCORD TOKEN"
YOUTUBE_TOKEN="YOUR YOUTUBE API TOKEN"
CODEFORCES_TOKEN="YOUR CODEFORCES API TOKEN"

COMMAND_PREFIX="/"
MAIN_COLOR="dark_blue"

LOG_LEVEL="DEBUG"

DB_FILE_PATH="./naota.db"

YOUTUBE_TOKEN, CODEFORCES_TOKEN and DB_FILE_PATH are not actively being used, so not defining them will probably be fine for now but it's recommended to do so.

Requirements

The application will request the following from your server:

Scopes:

  1. bot
  2. application.commands

Permissions:

  1. Send Messages
  2. Manage Messages
  3. Connect
  4. Speek
  5. Use Application Commands

The permision integer for them is 2150640640.

naota's People

Contributors

wissenss avatar matharttechnologies avatar midasestanislao avatar

Watchers

 avatar

naota's Issues

Nuevo comando: !pop <index>

Agregar el comando !pop donde index es el indice de una canción en queue. Este debe eliminar dicha canción de la queue

!stop is broken

when run: the bot doesn't disconnect and the music player becomes un-usable

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.