TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Subscribely: Create your subscription site using our boilerplate (Stripe-ready)

60 pointsby wolfparadealmost 13 years ago

5 comments

lost-theoryalmost 13 years ago
Neat. I built something similar, it's a Flask blueprint for doing stripe charges/subscriptions:<p><a href="https://bitbucket.org/lost_theory/flask-stripe-blueprint" rel="nofollow">https://bitbucket.org/lost_theory/flask-stripe-blueprint</a><p>It's meant to be integrated into an existing flask application (just override &#38; instantiate the blueprint, then mount it on your app).
bemmualmost 13 years ago
Thanks for sharing, I can't believe all this time I wasn't aware templates have {% extends %} and {%block ...%}.<p>Compared to the Candy Japan codebase, this code is cleaner, but seems only to be the sign-up part? I wonder if you have some extra scripts you run when fulfillment day comes.
marcamillionalmost 13 years ago
Would love a Ruby version of this.
评论 #4220242 未加载
评论 #4221448 未加载
yahelcalmost 13 years ago
Could not be timed more perfectly. Was just about to start a subscription service for the API on <a href="http://sharedcount.com" rel="nofollow">http://sharedcount.com</a><p>Thanks for open sourcing this!
yashchandraalmost 13 years ago
This is great. I am a Flask fan and was looking to build something like this. Will definitely try it out.