This repo contains a basic implementation of a reddit-searching tool built specifically to suit the needs of entrepreneurs who want to quickly find users who have a certain problem. This helps founders do two things:
- Determine if a problem is real enough to build a company around solving.
- Find initial users.
Setting up the project should be fairly painless if you're familiar with CLI commands.
cd
into the root directory.- Create a
.env
file after the manner of the.env.example
file and set your API token (skip if it's already set on your machine). - Run
poetry install
(If you don't have Poetry installed on your machine, you can install it here).
From the root directory, run poetry run step-one "An example problem that you have"
From the root directory, run poetry run streamlit run ./step_one/webapp.py