Skip to content

gscbravo/fedi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

fedi

About

A simple feed for the most recent posts on the Fediverse. It uses the Mastodon API to get the most recent 40 posts. There's an option to preview media attachments.

Usage

pip3 install flask requests
cd src
flask run

When in production, use a WSGI server such as Gunicorn with Nginx.