Skip to content

Step-One-Startups/reddit-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

  1. Determine if a problem is real enough to build a company around solving.
  2. Find initial users.

Setting up

Setting up the project should be fairly painless if you're familiar with CLI commands.

  1. cd into the root directory.
  2. 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).
  3. Run poetry install (If you don't have Poetry installed on your machine, you can install it here).

Running the CLI locally

From the root directory, run poetry run step-one "An example problem that you have"

Running the WebApp locally

From the root directory, run poetry run streamlit run ./step_one/webapp.py

About

This repo is only used for searching reddit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages