1
0
mirror of https://koodu.h-i.works/projects/thebadspace synced 2025-08-14 17:27:21 -05:00

Implemented internal blocklist sourcing

Switched from using external CSV exports to having the system talk to
instances directly to build and update the database.

NOTE: Added a new table called Source with the corresponding model to
access it
This commit is contained in:
Ro
2023-09-01 15:22:57 -07:00
parent 973b02af61
commit 565f099c90
5 changed files with 162 additions and 30 deletions

View File

@ -9,7 +9,8 @@
"guzzlehttp/guzzle": "^7.2",
"laravel/framework": "^10.10",
"laravel/sanctum": "^3.2",
"laravel/tinker": "^2.8"
"laravel/tinker": "^2.8",
"revolution/laravel-mastodon-api": "^3.0"
},
"require-dev": {
"fakerphp/faker": "^1.9.1",