Skip to content
This repository was archived by the owner on Apr 28, 2026. It is now read-only.

Latest commit

 

History

History
17 lines (14 loc) · 834 Bytes

File metadata and controls

17 lines (14 loc) · 834 Bytes

fran_but_python

Fran, but in python (for the dorks who can't program in cpp, aka, me) Basically, I'm going to spend like 3 days agonizing over this and then give up. Probably. Feel free to help.

For the bot to run continuously, we need it to be implemented on the server, not my shoddy old Mac. So until we have the server issues fixed, this babe is going to be a part-time worker. Also, if we want AI implementation (basically, the bot can answer FAQs and interact moderately with server members if triggered), we need:

  • neuralintents (install from terminal?)
  • from corpora (an nltk thing) install omw-1.4 on the server.

Thanks everso,

  • Evan

p.s. things I need to do:

  • get token for bot
  • make intents.json file for FAQ responses (for AI implementation)
  • get neuralintents.omw-1.4 on the server (if it ever works properly)