-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Flask app for signing signatures #7091
Comments
For the context, I've discussed ideas about the letter design with Richard Stallman and Russel Brand.
Yes, it's good, but JS requirement is a topic that was raised. If everything will be handled by the backend, it might be better.
Thanks, I really appreciate your help there.
Honestly, I'm surprised there's only so much spam with all the "mailto:" links.
We can even mail batches of typical Besides that, there's another tiny topic. If we can update the design after with a bigger, easier to notice buttons, less people will ignore it. I'll attach an example screenshot and markup. I guess the small site with a form is the most important. (Mega) |
I've made a very basic prototype here: https://github.com/Demindiro/rms-support-letter-signer I'm also hosting it on one of my VPSes if you want to try it without cloning the repo: https://dev.salt-inc.org/rms-signer/en/ |
Is there a point? It's already as easy as it can get (you only need to make a comment). The matter is solved, and almost no one is signing anymore, since it's already over. |
Thanks! We'll have to validate users, but that's a good start.
RMS back at the FSF matter certainly is solved, moreover, the support letter got more votes.
Yup, I pointed out we've got very little interest and signatures.
My opinion there: it can go in two ways. First: nobody cares and the URL isn't shared. Second: a lot more people start caring and a lot more people get interested, gradually. |
You could show have people post a link supporting the letter on their social media page. Then have them copy the post link, then scrape the social media post to check the post and verify it is correct, and add the signature. Not only do you verify they own the social media account, their followers also see it. This would still require some manual verification – do they post on local politics, is their profile picture real, when was their account created. For Twitter, there's https://github.com/twintproject/twint, which lets you scrape without an API key and without ratelimits. For GitHub, you can have people star a repo to indicate signatures, and who have created at least one public repo or merged at least one pull request. This has the added benefit of helping the project show in GitHub trending. |
On
#general-2
it was mentioned there is a need for an easier way to add signatures à lachange.org
. I should be able to bang something out this weekend with Flask and Heroku.Brain dump
Some of my thoughts on how to best approach this.
UI/UX
All that is needed is:
Storage
We could either:
Heroku offers PostgreSQL which we can use for storage.
Reviewing / confirming signatures
This can be either done manually or via email. I don't know if forcing the use of email is desirable though.
Heroku supports sending emails from apps though I haven't looked much at the options.
The text was updated successfully, but these errors were encountered: