Some simple calls to the Mastodon API to explore the Fediverse.
conda create -n mastodon-stats python=3.9
conda activate mastodon-stats
pip install -r requirements.txt
The stats are shown in a simple dashboard powered by Streamlit. Run the following command and a web browser will open.
streamlit run app.py