Metadata-Version: 2.1
Name: knewkarma
Version: 4.2.3
Summary: A Reddit Data Analysis Toolkit
Home-page: https://github.com/bellingcat/knewkarma
License: MIT
Keywords: reddit,reddit-api,reddit-data-analysis
Author: Richard Mwewa
Author-email: rly0nheart@gagpasta.com
Requires-Python: >=3.10,<4.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Visual Basic
Requires-Dist: aiohttp (>=3.8.4,<4.0.0)
Requires-Dist: pandas (>=2.1.4,<3.0.0)
Requires-Dist: psutil (>=5.9.4,<6.0.0)
Requires-Dist: rich (>=13.3.1,<14.0.0)
Requires-Dist: rich-argparse (>=1.4.0,<2.0.0)
Project-URL: Bug Tracker, https://github.com/bellingcat/knewkarma/issues
Project-URL: Documentation, https://knewkarma.readthedocs.io
Project-URL: Repository, https://github.com/bellingcat/knewkarma
Description-Content-Type: text/markdown

# Knew Karma

[![Snapcraft version](https://img.shields.io/snapcraft/v/knewkarma/latest/stable?logo=snapcraft&color=%23BB431A)](https://snapcraft.io/knewkarma) [![PyPI - Version](https://img.shields.io/pypi/v/knewkarma?logo=pypi&link=https%3A%2F%2Fpypi.org%2Fproject%2Fknewkarma)](https://pypi.org/project/knewkarma) [![Upload Python Package](https://github.com/bellingcat/knewkarma/actions/workflows/python-publish.yml/badge.svg)](https://github.com/bellingcat/knewkarma/actions/workflows/python-publish.yml) [![CodeQL](https://github.com/bellingcat/knewkarma/actions/workflows/codeql.yml/badge.svg)](https://github.com/bellingcat/knewkarma/actions/workflows/codeql.yml) [![Build and Release Snap Package](https://github.com/bellingcat/knewkarma/actions/workflows/snapstore-deploy.yml/badge.svg)](https://github.com/bellingcat/knewkarma/actions/workflows/snapstore-publish.yml) [![Read the Docs](https://img.shields.io/readthedocs/knewkarma?logo=readthedocs)](https://knewkarma.readthedocs.io) [![BuyMeACoffee](https://img.shields.io/badge/Buy%20Me%20a%20Coffee-ffdd00?style=flat&logo=buy-me-a-coffee&logoColor=black)](https://buymeacoffee.com/rly0nheart)

**Knew Karma** (/nuː ‘kɑːrmə/) is a **Reddit** Data Analysis Toolkit designed to provide an extensive range of
functionalities for exploring and analysing Reddit data. It includes a **Command-Line Interface (CLI)** snap package, an
**Application Programming Interface (API)** to enable an easy integration in other Python Projects and a **Graphical
User
Interface (GUI)** for Windows machines, making it adaptable for various user preferences.

## Feature Overview

Knew Karma provides detailed access to Reddit data across various categories. Refer to the table below for a
complete overview of the features available:

| Category               | Feature              | Description                                                     |
|------------------------|----------------------|-----------------------------------------------------------------|
| **User**               | Profile              | Retrieves user profile information.                             |
|                        | Posts                | Retrieves user posts.                                           |
|                        | Comments             | Retrieves user comments.                                        |
|                        | Overview             | Retrieves user's most recent comment activity.                  |
|                        | Search Posts         | Returns a user's posts that contain the specified keyword.      |
|                        | Search Comments      | Returns a user's comments that contain the specified keyword.   |
|                        | Top *n* Subreddits   | Identifies top subreddits based on user activity.               |
|                        | Moderated Subreddits | Lists subreddits moderated by the user.                         |
| **Subreddit**          | Profile              | Retrieves subreddit profile information.                        |
|                        | Posts                | Retrieves posts from a specified subreddit.                     |
|                        | Search Posts         | Returns a subreddit's posts that contain the specified keyword. |
|                        | Wiki Pages           | Lists wiki pages in a subreddit.                                |
|                        | Wiki Page            | Retrieves content from specific wiki pages.                     |
| **Subreddits**         | All                  | Retrieves all subreddits.                                       |
|                        | Default              | Retrieves default subreddits.                                   |
|                        | New                  | Retrieves new subreddits.                                       |
|                        | Popular              | Retrieves popular subreddits.                                   |
| **Post**               | Data                 | Retrieves an individual post's data.                            |
|                        | Comments             | Retrieves an individual post's comments.                        |
| **Posts**              | New                  | Retrieves new posts.                                            |
|                        | Reddit Front-Page    | Retrieves front-page posts.                                     |
|                        | Listing              | Retrieves posts from specified Reddit listings.                 |
| **Search & Discovery** | Users                | Searches for users.                                             |
|                        | Subreddits           | Searches for subreddits.                                        |
|                        | Posts                | Searches for posts.                                             |

# Documentation

[Refer to the Docs](https://knewkarma.readthedocs.io) for Installation and Usage instructions.

## Star History

<a href="https://star-history.com/#bellingcat/knewkarma&Date">
 <picture>
   <source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=bellingcat/knewkarma&type=Date&theme=dark" />
   <source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=bellingcat/knewkarma&type=Date" />
   <img alt="Star History Chart" src="https://api.star-history.com/svg?repos=bellingcat/knewkarma&type=Date" />
 </picture>
</a>

# License

MIT License © [Richard Mwewa](https://rly0nheart.github.io)


