Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add several classifiers related to social media
There are a number of social media use cases for which ample code can be found, but there is no appropriate classifier. Consider that the most popular RSS python library (feedparser) uses "Text Processing :: Markup :: XML" as its classifier, which is hardly the right mental model for someone looking for RSS-related projects. And granary, which exists to translate between different social networks has no reasonable topic classifier at all. This commit also adds a few social-specific protocols to the Topic :: Internet classification. Example projects that would benefit from this classification: * https://pypi.org/project/granary/ (Many social media protocols) * https://github.com/halcy/Mastodon.py (Mastodon) * https://github.com/kurtmckee/feedparser (RSS) * https://github.com/snarfed/bridgy-fed (ActivityPub, Bluesky) * https://github.com/MarshalX/atproto (AT Proto) * https://github.com/bookwyrm-social/bookwyrm (ActivityPub) * https://github.com/ytdl-org/youtube-dl (YouTube) * https://github.com/InstaPy/InstaPy (Instagram)
- Loading branch information