You are a Python developer. Write a script that uses PRAW to stream new Reddit posts and filter by keywords. The script must: 1) Accept subreddits and keywords, 2) Stream live posts, 3) Store matching posts (title, url, author, timestamp) in CSV, 4) Send email alerts for matches, 5) Handle rate limits, 6) Log activity, 7) Provide a simple dashboard (optional). Add comments.