-
Notifications
You must be signed in to change notification settings - Fork 469
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
TikTok - Analyze Songs used on Keywords Trends #2543
Comments
@alexnodeland as discussed, this is the issue we were talking to, so you can put your feet in the door :) |
@alexnodeland, happy to meet you :) let me know if you have any questions! |
Hey, nice to meet you too @FlorentLvr! A few of the abovementioned attributes require auxiliary analysis, so I would just want to clarify the exact scope, and where some logic would ideally sit, given the system architecture
I suppose that the TikTok_Get_videos_stats notebook should be extended to cover some of these, and others like the LLM based analyses could probably leverage other notebooks. What are your opinions on this? |
On another note, the TikTok API does not currently support open-ended search, rather it is limited to the user's data or for specified profiles/posts. We must scrape the data to implement an open-ended search over TikTok programmatically. I have previously leveraged and would recommend Apify as a solution. They provide actors for TikTok out of the box and handle all the scraping considerations. |
I just created a draft PR #2544 that leverages Apify, and leaves blank the abovementioned attributes. Let me know what you think, happy to revisit if needed! |
This is the data model used for linkedin in ABI as reference but for sure needs to be adapted. |
@jravenel got it. I'll add in an attribute for song info with more metadata about the track itself, right now only the song title is utilized in the schema |
Describe the problem you are facing
It's quite a task to stay on top of the dynamic [TREND_KEYWORD == Afrobeat] on TikTok. Manually tracking which songs and artists are trending each day is time-consuming and can lead to missed opportunities for engagement and content creation.
Describe the solution you'd like
I envision a tool that does the following:
ABI Content Table Data Model
ENTITY: Refers to the specific entity being discussed, usually the song or artist.
SCENARIO: The context in which the data was collected, e.g., 'Trending Afrobeat Songs on TikTok'.
SOURCE: The platform from which the data is sourced, in this scenario, 'TikTok'.
PUBLISHED_DATE: The original date the content was posted.
DATE & TIME: The date and time when the data was extracted.
ID: Unique identifier for the content.
TITLE: Title of the TikTok video or content.
TEXT: Description or text content associated with the TikTok post.
CONCEPT: The main idea or theme identified in the content.
SENTIMENT: The general sentiment (positive, neutral, negative) derived from the content.
TARGET: The target audience or demographic of the content.
OBJECTIVE: The intended goal of the content creator.
VIEWS, LIKES, COMMENTS, SHARES, ENGAGEMENTS: Metrics indicating the performance and reach of the content.
ENGAGEMENT_SCORE: A derived metric to quantify overall engagement.
TYPE: The type of content (video, image, text).
AUTHOR_NAME: Name of the content creator.
AUTHOR_URL: URL to the content creator's TikTok profile.
LENGTH: Duration of the TikTok video.
PEOPLE_MENTIONED: Names of people mentioned in the content.
ORGANIZATION_MENTIONED: Names of any organizations mentioned.
CONTENT_TITLE_SHARED: Title of any shared content within the post.
CONTENT_URL_SHARED: URLs to any shared content.
LINKEDIN_LINKS: Links to LinkedIn profiles or content if mentioned.
IMAGE_SHARED: Any images shared in the post.
TAGS: Hashtags or tags associated with the content.
URL: Direct URL to the TikTok post.
DATE_EXTRACT: The date on which the data was extracted for analysis.
SCENARIO_ORDER: The order or sequence of the content within the given scenario.
Time to turn this blueprint into reality and see what stories the data tells us!
Additional context
This tool is for social media strategists and content creators who need to tap into the pulse of trending TikTok music.
The text was updated successfully, but these errors were encountered: