Giter Site home page Giter Site logo

ethanizen / pythonjarvis Goto Github PK

View Code? Open in Web Editor NEW

This project forked from aroe-s-community/pythonjarvis

0.0 0.0 0.0 71 KB

Let's revamp Jarvis because he's written in Chef and we all collectively hate Chef

License: GNU General Public License v3.0

Python 100.00%

pythonjarvis's Introduction

Jarvis

Jarvis is a bot for Discord, mainly for aRoe's Cyber Palace. Some bot functions include:

  • Fetching News from Cyber Security Resources
  • Fetch CVE details
  • Print out a TL;DR Page for a command-line program
  • ... and many more to come!

Installation

To run this bot on your own server, you can clone this repo. You also need to set your Bot Token as an environment variable:

# Clone this repo
$ git clone https://github.com/aroe-s-community/new_jarvis_discord_bot.git
$ cd new_jarvis_discord_bot
$ pip install -r requirements.txt

# Set environment variable (Linux)
$ export JARVIS_TOKEN=[Bot Token Here]

Contributing

Have an idea on how to make this bot better? We would love to have your contributions. You can fork this repo, and then submit a Pull Request with your changes to the dev branch.

To start working, you need to set up a virtualenv. More information can be found here, but an abridged version to get set up quickly is below.

# Set up virtualenv
$ sudo pip install virtualenv virtualenvwrapper
$ export WORKON_HOME=~/.config/.virtualenvs
# Add the following line to your ~/.bashrc
source /usr/local/bin/virtualenvwrapper.sh

# Now clone the repo
$ git clone https://github.com/YOUR_USERNAME/new_jarvis_discord_bot.git
$ cd new_jarvis_discord_bot
# Make a python3 virtual environment
$ mkvirtualenv new_jarvis -p python3
$ pip install -r requirements.txt

License

This software is distributed under the GPLv3.

pythonjarvis's People

Contributors

aroesec avatar 3howley avatar plasticuproject avatar ethanizen avatar ivanseminara 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.