Skip to content
This repository has been archived by the owner on May 2, 2018. It is now read-only.

Battleroid/quotes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

quotes

Quotes was a basic web application that allowed users to pay-to-post images as a way of accepting donations. Worked but lack of interest from users kept it from continuing.

config

You need to have sqlite3, Python 2.7, and python-sqlite installed. uWSGI and Supervisor are completely optional, but useful.

You will also to use pip (or pip with virtualenv) to install the requirements: pip install postmarkup stripe flask-wtf flask wtforms

  1. Create the database using sqlite3 (ex: sqlite3 quotes.db < quotes.sqlite3).
  2. In config.py enter your Stripe API key and the name of the database.
  3. Replace the public Stripe API key in the buy.html template (data-key).

Then run it. That's it. My old supervisor configuration file is included for the hell of it.

(working) example

example gif

example video

About

Web application I made ages ago. Let's people pay to post short messages as a way of collecting donations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published