Michael Kaufman
Michael Kaufman
Same issue from following README instructions. Line 4: # Set env before import client Line 5: os.environ['prometheus_multiproc_dir'] = Config.PROMETHEUS_DIR
I got it to work and can submit a PR if needed, but yes endpoints have changed
I'll try to get to that, but because request-promise is deprecated I'm currently working on finding a way to do socks/https proxy support for async requests. I'm also rebuilding the...
@nstiac Yes, it is on v3 now I just updated it today. I can show you how to find the endpoints yourself or hmu and I can give you what...
This grabs the top 50 posts then prints the top 2 to console. (the calendar endpoint i'll grab soon) Stay tuned for a finished API~ ```bash node app.js ``` app.js...