GitXplorerGitXplorer
k

youtube-nostr-bot

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
52d7bf324ad6c60d5b6f84ab5093269877dba737

Refactor video_exists method to use is_empty instead of checking length

kkasugamirai committed 8 months ago
Unverified
c32af67ffb454011448bb4c51a911f3668cf905a

chore: Update configuration file and bootstrap code

kkasugamirai committed 8 months ago
Unverified
ff44c79faa312c2b11f7ee66d3995ee66e9fe1fc

chore: Import sonic_rs::Deserialize in conf/mod.rs

kkasugamirai committed 8 months ago
Verified
cd9f846b3550fb63d600360cd680bfa63900a29c

Merge pull request #14 from FreeFromJP/fix

kkasugamirai committed 9 months ago
Unverified
d3ae23440e248e140e9580dd68f249a269df537b

Fix error handling in App struct when querying channel ID

kkasugamirai committed 9 months ago
Unverified
c6765229ad18e389113a0aa5bc445810e112b002

Fix error handling in App struct when channel ID is not found

kkasugamirai committed 9 months ago

README

The README file for this repository.

Setup & Running

  1. Change the current working directory to youtube_db.
  2. Modify conf/test/conf.template as per your requirements.
  3. Run the following command to apply database migrations:
cargo install diesel_cli
diesel migration run
  1. Change the working directory back to the project root and build your application by running build.sh.
sh build.sh
  1. Navigate to the output directory:
  2. Finally, you can run your application using the provided youtube_fetch.sh script.