Home

Awesome

This is the source code of the bypy OAuth relay server

This is actually quite simple. To run it:

pip install -r requirements.txt
export BAIDU_API_KEY=<baidu-pcs-client-id>
export BAIDU_API_SECRET=<baidu-pcs-client-secret>
export PORT=<the port to listen to>

That's it.

NOTE

Profile, Procfile.windows, runtime.txt are for Heroku deployment only, you can ignore them.