https://github.com/dequis/idk
idk
https://github.com/dequis/idk
Last synced: 3 months ago
JSON representation
idk
- Host: GitHub
- URL: https://github.com/dequis/idk
- Owner: dequis
- License: wtfpl
- Created: 2014-08-05T07:01:15.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-08-29T06:37:26.000Z (almost 11 years ago)
- Last Synced: 2025-03-07T03:30:55.083Z (3 months ago)
- Language: Python
- Homepage: http://idk.dequis.org/
- Size: 230 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Emoticon voting simulator 2014
idk
00:12 <+dx> Wally: i want to feel young again, make shitty webapps in 30 minutes
and give zero fucks about scalability or good practices
00:18 <@Wally> HELL YES LETS DO ITdepends on [gspread][], [jinja2][], [bottle.py][] and [butterdb][] (AKA fuckitdb)
database configuration goes in a file called `dual_ec_drbg` with `username:password`
[link to production server](http://idk.dequis.org) (do not hack pls)
## screenshot

## database schema

## deploying to production
now with fastcgi because i was kinda tired of the thing dying all the time
start tmux, python2 main.py, chmod 777 fcgi.sock
nginx config:
server {
server_name idk.dequis.org;
root /what;
location / {
include fastcgi_params;
fastcgi_param SCRIPT_NAME "";
fastcgi_pass unix:/home/dx/web/idk/fcgi.sock;
}
}[gspread]: https://github.com/burnash/gspread
[jinja2]: http://jinja.pocoo.org/
[bottle.py]: http://bottlepy.org/
[butterdb]: https://github.com/Widdershin/butterdb/