1
0
Fork
You've already forked Lightbot-discord
0
Play Lightbot on Mastodon
  • JavaScript 100%
Find a file
2020年03月01日 22:25:26 -05:00
.vscode update gitignore 2019年07月20日 20:44:26 -04:00
util move some constants to the config file 2020年03月01日 15:04:07 -05:00
.gitignore update gitignore 2019年07月20日 20:44:26 -04:00
config_example.js [minor] defaults cheats to false 2020年03月01日 21:17:43 -05:00
index.js [minor] deactivate saving the "update" event to a file 2020年03月01日 22:25:26 -05:00
LICENSE Initial commit 2019年07月04日 00:05:41 -04:00
package-lock.json Merge branch 'master' into dev 2019年11月12日 23:05:23 -05:00
package.json [WIP] started working on the rate-limiter 2020年02月23日 23:55:14 -05:00
README.md add link to the bot in the Readme 2020年02月23日 12:02:16 -05:00

Lightbot for Mastodon

A small game rewarding patience.

Take a deep breath and look into the lights.

Lightbot is a Mastodon bot that generate images for you. Like a desk plant, your image is persistent and evolves over time.

Example of a picture made by Lightbot Example of a picture made by Lightbot

Play

Lightbot's profile: https://botsin.space/@lightbot

Send a toot to the bot: @lightbot@botsin.space

Alternate versions:

How to install on your own machine

You can install Lightbot on your own server, computer or Raspberry Pi. It is recommended to use a machine that will stay online 24/7 but you can really install it on whatever computer you want.

  • Get the repo
    • (TODO: write how!)
  • npm install (On a Raspberry Pi, this can take 20-30 minutes and sometime look stuck for long durations. Leave it running until it's done.)
  • Setup your auth key:
    • TODO: Update this
    • rename auth_example.json to auth.json
    • Get your bot authorization key from Discord and copy it at the appropriate place in auth.json
  • Setup your config:
    • Rename config_example.json to config.json
    • Edit config.json following the instructions in the comments