Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cat-disruptor-6500
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Stephen D
cat-disruptor-6500
Merge requests
!13
Update Readme with installation instructions
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update Readme with installation instructions
roygbyte/cat-disruptor-6500:2022_12_document_postgres
into
master
Overview
0
Commits
1
Pipelines
2
Changes
1
Merged
Scarlett M
requested to merge
roygbyte/cat-disruptor-6500:2022_12_document_postgres
into
master
2 years ago
Overview
0
Commits
1
Pipelines
2
Changes
1
Expand
0
0
Merge request reports
Compare
master
version 1
1f8a68c6
2 years ago
master (base)
and
latest version
latest version
3cabde24
1 commit,
2 years ago
version 1
1f8a68c6
1 commit,
2 years ago
1 file
+
16
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
README.md
+
16
−
1
Options
@@ -2,6 +2,21 @@
A Discord bot that reacts to certain messages with certain emojis. More importantly, it also lets you write code!
## Install
-
Setup PostgreSQL
-
Install via package manager
`apt install postgresql`
. Also get
`libpq-dev`
if you don't want a miserable life.
-
`sudo su postgres`
to login to default database user
-
`createdb cat_disruptor_6500`
to create the database
-
`psql`
and then
`ALTER ROLE postgres WITH PASSWORD 'password';`
-
Update the database environment variable (
`DATABASE_URL=postgres://postgres:password@localhost/cat_disruptor_6500`
)
-
Create a new
[
Discord bot
](
https://discord.com/developers/applications
)
-
Enable all Privileged Gateway Intents
-
Go to OAuth2 menu, URL generator, click "bot" and "administrator"
-
Open link to add bot to server
-
Create a
`config.toml`
file in project directory with
`token=<your discord bot token>`
-
Generate token on your bot page
## Commands:
!START - start the interpreter
@@ -70,4 +85,4 @@ The interpreter can execute arbitrary code safely - it includes CPU and memory l
It even does graphics!
![
Example session
](
example.png
)
![
Example session
](
example.png
)
Loading