Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raspsound

play wechat voice via raspberry pi

install dependencies

sudo apt-get install redis-server nginx
sudo pip install requests tornado rq rq-dashboard redis

config nginx (optional)

config nginx with proxy_pass to http://localhost:5000

location ^~ /wx {
  proxy_pass http://localhost:5000;
}

run

redis-server &
rq-dashboard &
rq worker &
python main.py &

About

play sound on raspberry via wechat

Resources

Stars

7 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages