elf → lef, remove oauth nonsense

This commit is contained in:
Kay Faraday 2023-01-12 00:19:04 +00:00
parent 39e8137279
commit fbdce09230
4 changed files with 13 additions and 23 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
.lgfbot config.json

4
config.example.json Normal file
View File

@ -0,0 +1,4 @@
{
access_token: "...",
site: "https://freak.university",
}

File diff suppressed because one or more lines are too long

2
requirements.txt Normal file
View File

@ -0,0 +1,2 @@
mastodon.py ~= 1.8
json5 ~= 0.9.11