Use Twitter API to fetch profile photos.

fixes #133
This commit is contained in:
softsimon
2020-10-16 16:29:54 +07:00
parent e7a7b45ad0
commit 15fdb69b96
6 changed files with 119 additions and 33 deletions

View File

@@ -102,3 +102,6 @@ ALTER TABLE `donations`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
ALTER TABLE `donations` ADD UNIQUE(`order_id`);
ALTER TABLE `donations` ADD `image` BLOB NULL AFTER `imageUrl`;
ALTER TABLE `donations` ADD `twitter_id` INT NULL AFTER `handle`;