Skip to content
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 "Add link" button and send edit to wiki, using OAuth #9

Open
framawiki opened this issue Jan 29, 2024 · 1 comment
Open

Add "Add link" button and send edit to wiki, using OAuth #9

framawiki opened this issue Jan 29, 2024 · 1 comment

Comments

@framawiki
Copy link

Thanks for this very useful tool.
It would be more user-friendly to have a simple button "Add link" next to the results list. It is possible to edit pages on behalf of the user using OAuth (retrieve user token, then use this token to send the edit to wiki server).
https://www.mediawiki.org/wiki/OAuth/For_Developers

There is already a reference to this in codebase, but I guess it was just testing until now.

if "oauth_verifier" in request.args and "oauth_token" in request.args:

Thanks in advance!

@EdwardBetts
Copy link
Owner

Absolutely agree!

I'm working on a replacement for find-link that uses OAuth.

Hoping to launch soon.

Code is here:
https://git.4angle.com/edward/add-links

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants