Twine is a Python-based tool that reads Reddit comments, takes screenshots of comments, converts them to text-to-speech (TTS), and stores the comments as JSON.
- Reads Reddit questions and extracts comments
- Takes screenshots of comments
- Converts comments to text-to-speech (TTS)
- Stores comments as JSON
- Clone the repository:
git clone https://github.com/G3VV/twine.git
- Install the required dependencies:
pip install -r requirements.txt
- Navigate to the project directory:
cd twine
- Run the script:
python main.py
You can customize the behavior of Twine by modifying the .env
file. Here are some available options:
SUBREDDIT
: The subreddit to fetch comments from.CLIENT_ID
: This is the Reddit API client ID.CLIENT_SECRET
: This is the Reddit API client secret.
You can find your client details on the Reddit app panel