Skip to content

self hostable reddit client that fetches data from reddit json endpoints written in python

License

Notifications You must be signed in to change notification settings

KrishnaSSH/blueclient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Self hostable reddit client

How to run

python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
 gunicorn -w 4 -b 0.0.0.0:8000 app:app

About

self hostable reddit client that fetches data from reddit json endpoints written in python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published