summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Remove the redundant scheduler classA Farzat2025-10-054-37/+10
| | | | | This allows fetching the database every time, ensuring any updates to the database between fetches as captured.
* Add a subscriptions function to update videosA Farzat2025-10-051-0/+6
|
* Update docker containersA Farzat2025-10-041-3/+3
|
* Add a component to interact with yt-dlpA Farzat2025-10-041-0/+9
|
* Upgrade pip freezeA Farzat2025-10-041-2/+2
|
* Add last_viewed field to subscriptionsA Farzat2025-10-032-1/+3
|
* Add fields to videos related to analysisA Farzat2025-10-031-0/+2
|
* Add additional packages to requirements.txtA Farzat2025-08-251-0/+10
|
* Create a flask applicationA Farzat2025-08-241-0/+15
|
* Add rabbitmq to the list of docker serversA Farzat2025-08-231-1/+9
|
* Add unit testsA Farzat2025-08-223-0/+2101
|
* Add pip requirementsA Farzat2025-08-211-0/+16
|
* Create a script that collects videos from a few channelsA Farzat2025-08-211-0/+24
|
* Better updates and database management for SubscriptionA Farzat2025-08-211-13/+25
|
* Move components to root directoryA Farzat2025-08-215-0/+0
| | | | | Some components might be shared with other applications such as the data analyser later on.
* Add channel information to VideoTupleA Farzat2025-08-211-0/+4
|
* Refine database related methods in subscriptions classA Farzat2025-08-211-12/+18
|
* Add python specific entries to .gitignoreA Farzat2025-08-211-0/+176
|
* Add database setup codeA Farzat2025-08-211-0/+16
|
* Make subscriptions storable in the databaseA Farzat2025-08-203-22/+57
|
* Add a Subscription dataclassA Farzat2025-08-193-8/+48
|
* Create a TypedDict for usersA Farzat2025-08-191-0/+13
|
* Create a NamedTuple for videosA Farzat2025-08-191-0/+11
|
* Define a basic prototype for a subscriptionA Farzat2025-08-181-0/+8
|
* Remove old frontendA Farzat2025-08-181-19/+0
|
* Add mongodb as a docker containerA Farzat2025-08-182-0/+10
|
* Initial Basic Web ApplicationA Farzat2025-08-151-0/+19
|
* Add license fileA Farzat2025-08-151-0/+21