Skip to content

hadertjou/RedditRadio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RedditRadio

Reddit Radio uses the PRAW reddit API to crawl reddit for posts in logical order. All posts are saved in MySQL database. When they are called to be read, they are deleted from db.

Vocalization uses ResponsiveVoice API.


Development version of RedditRadio. To run, clone to a new directory. It is recommended that you work in a Virtualenv.

After install and activating a virtualenv, run:

pip install -r requirements.txt

This will install proper versions of all dependencies. You must also install Redis message broker and Celery message queue.

In init.py, edit config variables for Celery and MySQL.

Start celery worker with:

celery worker -A app.celery

and Redis Server.

run.py starts application at localhost 127.0.0.1:5000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published