Code Monkey home page Code Monkey logo

friendlysnek's Introduction

FriendlySnek

A Discord bot made for Sigma Security Group that implements custom commands and features to make Sigma members' lifes easier.

Prerequisites

  • Python 3.10+.

  • Discord Application with Bot and all intents enabled.

  • Installed dependencies: python -m pip install -r requirements.txt.

Getting Started

The bot needs the file secret.py in the project's root folder in order to run. You can either create it yourself, or run the bot without it for it to create the file automatically with a good template.
The file needs to declare the following variables:

TOKEN = ""
TOKEN_DEV = ""
DEBUG = True

SFTP = {
    "username": "",
    "password": ""
}

REDDIT = {
    "client_id": "",
    "client_secret": "",
    "password": ""
}

You can easily toggle the bot's debug mode by changing the DEBUG variable in secret.py. On debug mode, the bot will use the debug server (debug.py constants).

All constants in constants/debug.py are for Adrian's personal Bot Testing Range (BTR). If you want the bot to work on another server you must replace all the IDs in said file.

Run the bot by executing: python main.py.

friendlysnek's People

Contributors

adesanjo avatar froggi22 avatar kyanoee avatar ne137 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.