jupyter-naas / awesome-notebooks

A powerful data & AI notebook templates catalog: prompts, plugins, models, workflow automation, analytics, code snippets - following the IMO framework to be searchable and reusable in any context.
https://naas.ai/search
BSD 3-Clause "New" or "Revised" License
2.7k stars 455 forks source link

feat: add tiktok trending song #2544

Closed alexnodeland closed 4 months ago

alexnodeland commented 4 months ago

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 commented 4 months ago

Added music-specific attributes to the data model:

FlorentLvr commented 4 months ago

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

alexnodeland commented 4 months ago

@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 commented 4 months ago

@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 commented 4 months ago

@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 commented 4 months ago

@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 commented 4 months ago

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