Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
trape (stable) v2.0
trape v2.1 rewritten python-code by xmi
========

People tracker on the Internet: Learn to track the world, to avoid being traced.
Expand Down Expand Up @@ -166,3 +166,4 @@ The content of this project itself is licensed under the [Creative Commons Attri
Copyright, 2018 by [Jose Pino](https://twitter.com/jofpin)

-------------

8 changes: 7 additions & 1 deletion core/__init__.py
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
pass
from flask import Flask
from core.trape import Trape
from core.db import Database

trape = Trape()
db = Database()
app = Flask(__name__, template_folder='../templates', static_folder='../static')
Binary file removed core/colorama/.DS_Store
Binary file not shown.
7 changes: 0 additions & 7 deletions core/colorama/__init__.py

This file was deleted.

102 changes: 0 additions & 102 deletions core/colorama/ansi.py

This file was deleted.

236 changes: 0 additions & 236 deletions core/colorama/ansitowin32.py

This file was deleted.

Loading