Skip to content

Jfaler/discord-kaggle-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kaggle discord bot with commands.

Translations

📝 Available Translations: 🇬🇷 ελληνικά | 🇫🇷 Français | 🇰🇷 한국어 | 🇨🇳 普通話 | 🇹🇼 台灣話 | 🇲🇽 Español | 🇹🇷 Türkçe | 🇩🇪 Deutsch | 🇮🇹 Italiano | 🇮🇳 हिन्दी | Arabic | 🇵🇹 Português | 🇷🇺 Русский язык | 🇯🇵 日本語 | 🇻🇳 tiếng việt

Features

  • 💡 Usability and scalability.
  • 🔧 Highly configurable and extendable.
  • 💬 Active community behind.

Release History

  • 1.0
    • CHANGE: Update docs (module code remains unchanged)

🔧 Prerequisites

  • Linux
  • Kaggle API token
  • Discord API token

** More details are in the doc.

Getting started

🚀 Installation & Deployment

  • Sign up with Digital Ocean

  • Edit the configuration file sudo nano /discord-kaggle-bot/.env.sample
  • Install Python 3.6 sudo apt-get install python3.6
  • Install pip3 sudo apt-get install pip3
  • Install dependencies sudo pip3 install -r requirements.txt
  • Start the bot sudo python3 main.py