-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add disqus support #83
Comments
This will add support for disqus. Closes manu-chroma#83
This will add support for disqus. Closes manu-chroma#83
Since disqus doesn't work well with requests, |
Still needed. Can be labeled stale, and help-wanted, etc, to bring in new contributors with new ideas on how to solve complex problems. |
ok, labeling stale makes sense |
Hello Sirs, tl;dr : NEED HELP sending POST requests to Disqus API I have been interested in this project for some time. What I found to be noteworthy is:
Now, Sirs, I'm new to this domain, and I really want to contribute something to this project as it seems interesting. Can anyone please guide me on how to proceed, as I am finding it hard to understand how to do the same mentioned above? That would be really valuable to me. Thanks. :) |
Hello @abhishekmadhu. import requests
import username_api
res = requests.get(username_api.get_profile_url('disqus', 'username that exists'))
res.text # it will return error page So I tried to modify user-agent as one of the support browsers but didn't work. By the way, thank you for your attention to our project :) |
Lots of people have claimed a disqus username which is otherwise used by a developer, because developers often do not use disqus.
The text was updated successfully, but these errors were encountered: