Skip to content

BlackOps007/redCli

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🟥 redCli: Your Reddit Client for the Command Line

Welcome to redCli, a simple yet powerful Reddit client designed for the command line. Built with Python, redCli allows you to browse and interact with Reddit seamlessly. Whether you're looking to catch up on the latest posts or dive into discussions, redCli provides an efficient way to enjoy Reddit right from your terminal.

Download redCli Releases

Table of Contents

  1. Features
  2. Installation
  3. Usage
  4. Commands
  5. Contributing
  6. License
  7. Support

Features

  • Lightweight: redCli is designed to be lightweight and efficient, allowing you to navigate Reddit without heavy overhead.
  • User-Friendly: The command-line interface is straightforward, making it easy for anyone to start using.
  • Python-Based: Built with Python, it leverages the language's simplicity and readability.
  • Customizable: Modify settings to tailor your experience to your preferences.
  • Fast Updates: Get the latest posts and comments quickly, ensuring you never miss out on trending topics.

Installation

To get started with redCli, you need to download the latest release. Visit our Releases page to download the necessary files. Once you have the files, follow these steps to install:

  1. Download the latest release: Head over to the Releases page and download the appropriate file for your operating system.

  2. Extract the files: Unzip the downloaded file to a directory of your choice.

  3. Install dependencies: Open your terminal and navigate to the directory where you extracted redCli. Run the following command to install the required Python packages:

    pip install -r requirements.txt
  4. Run redCli: Execute the following command to start using redCli:

    python redCli.py

Usage

Once installed, using redCli is straightforward. You can start browsing Reddit immediately. Here are some quick tips on how to navigate:

  • View Subreddits: Use the command to list popular subreddits.
  • Search Posts: Enter keywords to find posts related to your interests.
  • Interact: Comment on posts or upvote your favorites.

Commands

Here are some of the primary commands you can use with redCli:

  • list: Display a list of trending subreddits.
  • search <keyword>: Search for posts related to the specified keyword.
  • upvote <post_id>: Upvote a post using its ID.
  • comment <post_id> <your_comment>: Comment on a post using its ID.

For a full list of commands and their descriptions, refer to the documentation within the redCli directory.

Contributing

We welcome contributions to redCli! If you have suggestions or improvements, feel free to fork the repository and submit a pull request. Here's how you can contribute:

  1. Fork the repository: Click the "Fork" button at the top right of the page.

  2. Clone your fork: Use the following command to clone your fork locally:

    git clone https://github.com/yourusername/redCli.git
  3. Make changes: Implement your changes and test them thoroughly.

  4. Submit a pull request: Push your changes and create a pull request in the original repository.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Support

If you encounter any issues or have questions, please check the "Releases" section for updates. You can also open an issue on GitHub, and we will get back to you as soon as possible.

Conclusion

Thank you for checking out redCli! We hope you enjoy using this Reddit client as much as we enjoyed building it. Don't forget to visit our Releases page for the latest updates and features. Happy browsing!

About

reddit client for cli with python , enjoy!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%