Skip to content

jmhayes3/binks.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

binks.py

Python port of binks.js.

Setup

Create Discord Bot:

  1. Go to Discord developer portal
    • Under Application » Bot
      • Enable Message Content Intent
  2. Invite the bot to a server
    • Go to Application » OAuth2 » URL Generator
    • Enable bot
    • Enable Send Messages, Read Messages/View Channels, and Read Message History
    • Under Generated URL, click Copy and paste the URL in your browser

Start LLM backend:

ollama pull llama3
ollama serve

Run:

python app.py