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: add tiktok trending song #2544

Merged
merged 3 commits into from
Jun 28, 2024
Merged

Conversation

alexnodeland
Copy link
Contributor

@alexnodeland alexnodeland commented Jun 20, 2024

Fixes

This PR resolves #2543

What does this PR do?

Provide a script that allows the user to get the top n trending songs on TikTok, for a given keyword

@alexnodeland
Copy link
Contributor Author

Added music-specific attributes to the data model:

  • MUSIC_NAME - The name of the track.
  • MUSIC_AUTHOR - The author of the track.
  • MUSIC_ORIGINAL - Indicates if the music is original. (1=TRUE)
  • MUSIC_ALBUM - The album of the track.
  • MUSIC_PLAY_URL - The URL to play the music (missing in many cases)
  • MUSIC_COVER_MEDIUM_URL - The URL of the medium-sized cover image of the music.
  • MUSIC_ID - The unique identifier of the track on TikTok.

@alexnodeland alexnodeland marked this pull request as ready for review June 21, 2024 13:48
@alexnodeland alexnodeland self-assigned this Jun 23, 2024
@FlorentLvr
Copy link
Contributor

@alexnodeland, TY for your contribution! I will review it today :)

@alexnodeland
Copy link
Contributor Author

alexnodeland commented Jun 26, 2024

@alexnodeland, TY for your contribution! I will review it today :)

@FlorentLvr awesome! Please let me know if you have any questions / change requests, and I'll be happy to address them 😄

@FlorentLvr
Copy link
Contributor

FlorentLvr commented Jun 26, 2024

@alexnodeland, TY for your contribution! I will review it today :)

@FlorentLvr awesome! Please let me know if you have any questions / change requests, and I'll be happy to address them 😄

@alexnodeland, I encountered this error while running the function in the output section: "An error occurred while running the actor: You must rent a paid Actor in order to run it." I am trying to figure it out. Any ideas?

image

@alexnodeland
Copy link
Contributor Author

@alexnodeland, I encountered this error while running the function in the output section: "An error occurred while running the actor: You must rent a paid Actor in order to run it." I am trying to figure it out. Any ideas?

Hey @FlorentLvr, I believe that you must to add the actor to your Apify account ("rent it") to be able to use it. You could add it with the "Try for Free" button here

https://apify.com/clockworks/tiktok-scraper

@FlorentLvr FlorentLvr merged commit 9b02cc2 into master Jun 28, 2024
5 checks passed
@FlorentLvr FlorentLvr deleted the 2543-feat-tiktok-analyze-songs branch June 28, 2024 11:11
@FlorentLvr
Copy link
Contributor

@alexnodeland TY for your contribution! Following our discussion, I improved the description with links to how to rent actors and made other minor changes 🙏

@alexnodeland
Copy link
Contributor Author

@FlorentLvr good call! Happy to see this merged!! 😃

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 - Analyze Songs used on Keywords Trends
2 participants