https://github.com/wasi0013/brainfry
https://github.com/wasi0013/brainfry
bootstrap django emoji facebook python twemoji
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wasi0013/brainfry
- Owner: wasi0013
- License: mit
- Created: 2016-08-26T13:24:29.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-28T14:24:38.000Z (almost 10 years ago)
- Last Synced: 2025-01-08T18:48:24.180Z (over 1 year ago)
- Topics: bootstrap, django, emoji, facebook, python, twemoji
- Language: Python
- Homepage: http://brainfry.herokuapp.com
- Size: 14.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#[BRAIN FRY](http://brainfry.heroku.com)
encrypts text to emoji and decrypts brainfry encrypted emojis to text.
####[demo](http://brainfry.heroku.com)
##powered by:
* [Django 1.10](https://www.djangoproject.com/)
* [twemoji - (Twitter emoji)](https://twitter.github.io/twemoji/)
* [Bootstrap](https://getbootstrap.com/)
* [facebook like & comment plugin](https://developers.facebook.com/docs/plugins/comments)
##Test using Virtualenv
* clone the repo
* cd to the repo directory
* `pip install virtualenv` (only if virtualenv is not already installed)
* `virtualenv -p /usr/bin/python3.5 .env` (create virtual environment)
* `source .env/bin/activate` (activate the virtual environment )
* `pip install -r requirements.txt` (install dependencies)
* `python3 manage.py runserver` (run the server)
* Test the app via browser typically at http://localhost:8000
##note
Inspired by [firefox codemoji](https://blog.mozilla.org/press-uk/2016/06/28/meet-codemoji-mozillas-new-game-for-teaching-encryption-basics-with-emoji/)