[READ-ONLY] Mirror of https://github.com/mrgnw/pyfly.
0

Configure Feed

Select the types of activity you want to include in your feed.

README.md

Python Workers AI Starter Kit#

Installation#

Copy your secrets file and add your credentials.

cp .streamlit/secrets.toml.example .streamlit/secrets.toml
python -m venv venv
source ./venv/bin/activate
python -m pip install -r requirements.txt

Develop#

python -m streamlit run app.py

More resources#