cehrett / social_media_frame_analysis

Tools for extracting and analyzing frames/theories/narratives from social media posts.
2 stars 0 forks source link

Remove hardcoded assumptions that are specific to twitter #5

Closed cehrett closed 3 months ago

cehrett commented 3 months ago

The codebase assumes in many places that the posts being examined are tweets. Find such places, and generalize them to apply agnostically to any social media platform. This may all be purely cosmetic -- e.g., names of functions -- rather than affecting the functionality of the code.