0xperp / snapshot-rss

Convert Snapshot space proposals into RSS feeds

Home Page:https://snapshot-rss.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Snapshot RSS

Convert Snapshot space proposals into RSS feeds

Usage

To create an RSS feed, just identify the name of the space on the Snapshot Page (it is the name that appears in the URL bar of your browser), and then register the feed https://snapshot-rss.vercel.app/api/v1/spaces/<SPACE>/proposals in your RSS reader application.

Local Development

The project used Python 3 and Flask.

python3 -m venv env 
source env/bin/activate
pip install -r requirements.txt
flask run

About

Convert Snapshot space proposals into RSS feeds

https://snapshot-rss.vercel.app

License:GNU General Public License v3.0


Languages

Language:Python 98.4%Language:Shell 1.6%