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
- Host: GitHub
- URL: https://github.com/aclrians/raicl
- Owner: aclrians
- Created: 2025-06-19T20:19:18.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-22T06:54:00.000Z (12 months ago)
- Last Synced: 2025-06-22T07:20:43.967Z (12 months ago)
- Topics: ai, command-line-tool, openai, opencv, reddit
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```