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

Textbelt as a user-facing public service #49

Open
typpo opened this issue Sep 6, 2015 · 5 comments
Open

Textbelt as a user-facing public service #49

typpo opened this issue Sep 6, 2015 · 5 comments

Comments

@typpo
Copy link
Owner

typpo commented Sep 6, 2015

Create a form that allows users to send texts directly from the website.

esmith-ssd added a commit to esmith-ssd/textbelt that referenced this issue Sep 12, 2015
Very basic front end web page using AJAX to submit to the REST API. For issue typpo#49 (typpo#49). I can update with style sheets of the main site if needed.
@daluu
Copy link
Collaborator

daluu commented Oct 12, 2015

FYI, for adding a CAPTCHA, we can use this perhaps: https://www.google.com/recaptcha

@daluu
Copy link
Collaborator

daluu commented Oct 17, 2015

FYI, if this is just about offering UI/GUI front ends to Textbelt, I already made some a while back, as browser extensions, etc. You can point folks to them:

https://github.com/daluu/textbelt-clients/wiki/Textbelt-clients%2C-installation-and-download

note that this probably enforces rate limiting at the user/client side (user's own public IP per their ISP).

@typpo
Copy link
Owner Author

typpo commented Oct 17, 2015

Agreed this would be great. Hoping someone makes a pull request for this :)

On Sat, Oct 17, 2015, 3:36 PM David Luu [email protected] wrote:

FYI, if this is just about offering UI/GUI front ends to Textbelt, I
already made some a while back, as browser extensions, etc. You can point
folks to them:

https://github.com/daluu/textbelt-clients/wiki/Textbelt-clients%2C-installation-and-download

note that this probably enforces rate limiting at the user/client side
(user's own public IP per their ISP).


Reply to this email directly or view it on GitHub
#49 (comment).

@daluu
Copy link
Collaborator

daluu commented Oct 17, 2015

It looks like @esmith-ssd did some work but didn't make a formal pull request? Or did it incorrectly.

As for my UI clients, I had those as a separate project, think it better to have separate than be a core part of Textbelt. But users of Textbelt API who are using self hosting option are welcome to customize those clients for a self hosted version as I have them pointed to the public service by default.

@esmith-ssd
Copy link

@daluu It was a failed attempt at a pull request to the original project. It is an AJAX front end application (very basic), that makes a POST call to the web service and returns the response. I just confirmed that it is still working. It could be quickly altered to take advantage of #47 (adding carrier). However, it may not be viable with the CAPTCHA, since it is all on the client side. I removed the css links but verified, at the time of submission, that the css from the main textbelt website would make it look "pretty".

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

No branches or pull requests

3 participants