|
222e681836
|
Create DB queries for media attachments, refactor this out of the tweet query into separate functions
|
2021-07-28 15:56:47 -07:00 |
|
|
81392996bb
|
Add video and image types
- in addition to `Filename` (string), includes IsDownloaded (bool)
|
2021-07-26 17:26:39 -07:00 |
|
|
0c87428c44
|
Make videos their own table; store as a slice on Tweet rather than text field
|
2021-07-25 15:42:43 -07:00 |
|
|
647dd8aa6b
|
Add scraping of videos from tweets
|
2021-07-25 14:51:17 -07:00 |
|
|
15241f4f43
|
Add tweet queries
|
2021-07-25 14:37:32 -07:00 |
|
|
2086a5e983
|
FIXUP: rename Video field in Tweet
|
2021-07-24 21:52:39 -07:00 |
|
|
7db981398c
|
Create test utils file for fixtures and helper functions
|
2021-07-24 21:48:01 -07:00 |
|
|
5f003c48e9
|
Add custom Error type
|
2021-07-24 12:28:30 -07:00 |
|
|
11e3a74b22
|
Add User queries
|
2021-07-24 12:24:57 -07:00 |
|
|
96e2edfb8a
|
ID fields are now Hungarian-notated
- tweet.User is now a pointer to a User object; tweet.UserID holds the user id
|
2021-07-24 10:19:05 -07:00 |
|
|
741c508017
|
Change profile creation to only target paths that don't exist yet
- Will fail if passed an existing path (file or directory)
|
2021-07-24 10:01:33 -07:00 |
|
|
545346e635
|
Add persistence module
|
2021-06-27 13:31:30 -07:00 |
|