An open API service indexing awesome lists of open source software.

https://github.com/aclrians/raicl

A command-line tool that helps users post to Reddit with enhanced titles, text, and content using AI
https://github.com/aclrians/raicl

ai command-line-tool openai opencv reddit

Last synced: about 1 month ago
JSON representation

A command-line tool that helps users post to Reddit with enhanced titles, text, and content using AI

Awesome Lists containing this project

README

          

# RaiCL

A command-line tool that helps users post to Reddit with enhanced titles, text, and content using AI

# Features as of June 21, 2025

- Post from terminal to Reddit using the Reddit API
- Secure API managment
- Generating content from AI
- Store posts internally

# Features to be implemented in the near future

- Generating content from AI
- Choosing different models (Claude, Gemini, etc)
- Image and video generation
- View data from recent viral/popular posts to base content from
- Post comments
- View account statistics
- Train content strategies based on past post performance
- Draft Mode
- Cross posting to multiple reddits or platforms
- Scheduled posts
- Viral post content assessment

# How to run

1. Clone the repo
2. Create a `.env` file with your credentials
3. Run script

# Example of .env file


```env
CLIENT_ID=your_id
CLIENT_SECRET=your_secret
USER_AGENT=Brancus:your_custom_user_agent
USERNAME=your_reddit_username
PASSWORD=your_reddit_password
OPEN_AI_KEY=your_openai_key
```