using multion to find all the commenters under a given reddit post, and DMing a message to them.
- login to reddit manually on the default browser
- create a .env file with MULTION_API_KEY, MESSAGE_TEMPLATE,and POST_URL
- run scrape.py to scrape reddit commenters under the post
- run dm.py to send dms to scraped users
- search_query_generator.py (done): creating a search query generator that can generates many search queries given a seed phrase
- discover.py (in progress): use the AI generated search queries to find the hottest posts
- use anon.com to programmatically log the user into reddit
- have agents that DM commentors and book calls or get them to sign up for a product
- slack notifications for me and my team when there's an opportunity to participate in a high signal thread
submit a PR, lets make this better!