Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 522 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 522 Bytes

MilliBot

お誕生日のツイートをするやつ

.env

以下の情報が必要

  • Mastodonインスタンスのドメイン
  • アプリのキーとシークレット
  • MySQL(MariaDB)データベースの情報

.env.exampleを参考に.envを書く

DB

DBの構造は最小限以下が必要

カラム名 データ型 内容
name text 名前(漢字)
subname text ニックネーム等(ロコとか)
type enum ゲーム内の属性
age int 年齢

Usage

cronとかでエイッ