NEED ADB CONNECTED PHONE TO WORK WITH AUTO POSTING
TODO: Add setup instructions
Enable cron jobs for autorun.bat and sch_run.bat autorun.bat takes a few hours depending on your compute power sch_run.bat auto scrolls through tiktok then posts a vid
Voices for TTS: https://huggingface.co/hexgrad/Kokoro-82M/blob/main/VOICES.md#spanish
Database Name: aiclipcreator
Tables:
videos
clips
- TODO: Add more tables
used_clips
(One to many relationship with clips
)
columns:
id
(str, primary key)name
(str)created_at
(DateTimeField)updated_at
(DateTimeField)uploaded_at
(DateTimeField)transcript
(TextField)one_word_most_used
(str)one_word_count
(int)two_word_most_used
(str)two_word_count
(int)three_word_most_used
(str)three_word_count
(int)views
(int)likes
(int)top_yt_comment
(TextField)top_reddit_comment
(TextField)reddit_url
(str)video_creator
(str)
columns:
id
(int, primary key, autoincrement)video_id
(str, foreign key tovideos
)start_time
(int)end_time
(int)clip_transcript
(TextField)post_tiktok
(DateTimeField)tiktok_url
(str)post_instagram
(DateTimeField)instagram_url
(str)post_youtube
(DateTimeField)youtube_url
(str)
- Check for face in x percent of the frame where x is like within 10% of one of the corners