Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: tiktok get liked videos #2545

Merged
merged 4 commits into from
Jul 3, 2024
Merged

Conversation

alexnodeland
Copy link
Contributor

Fixes

This PR is resultant from DM conversation with @jravenel about new TikTok notebooks

What does this PR do?

Provides notebooks for gathering a list of liked TikTok videos of a given user, and a notebook which returns that list along with transcriptions of the videos.

@alexnodeland alexnodeland self-assigned this Jun 23, 2024
@FlorentLvr FlorentLvr linked an issue Jun 25, 2024 that may be closed by this pull request
@FlorentLvr
Copy link
Contributor

Hey @alexnodeland ! I managed to run your template on my local machine, but I encountered an issue with TikTok when trying to access 'liked' videos. I assume I need to log in to bypass TikTok's security check, correct? Is there a way for me to input my username and password?

image

@alexnodeland
Copy link
Contributor Author

@FlorentLvr this is expected behavior, as the selenium crawler that gathers the liked videos does not authenticate, therefore it would only work on pages that can be accessed without logging in.

To address this, and make it work for pages that you must be logged in to see, I can add a module to the Selenium crawler to prompt the user to log in, or I can add a section for the user to input their cookie information manually.

What are your thoughts on this?

@FlorentLvr FlorentLvr merged commit 2c8467f into master Jul 3, 2024
5 checks passed
@FlorentLvr FlorentLvr deleted the feat-tiktok-get-liked-videos branch July 3, 2024 07:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tiktok - Get liked videos
2 participants