This commit is contained in:
2016-02-07 15:22:01 +08:00
parent 1b6b9d43c2
commit 1c1efc1da5
2 changed files with 33 additions and 21 deletions
+28 -20
View File
@@ -1,29 +1,37 @@
# Keywordshitter2 - The Bulk Keyword Tool
Thinking about improving keyword shitter.
An update of the beloved keyword generation tool [keywordshitter](keywordshitter.com). [Demo here](http://wassname.github.io/keywordshitter2/).
E.g. like http://answerthepublic.com/seeds/95429
#New features:
- View the results as a sortable table
- Control how the keywords are branched
- Cache to a local database
- Settings
## Old-but-still-good features:
- Shit theme
- Simple
- Humor suitable for a todler
## Coming soon (TM):
- Multiple services
- Updated toilet logo
- Less bugs
- CPC and Volume integration from KeywordKeg
Ways to visualise:
- http://bl.ocks.org/tmcw/4063830
- http://jsfiddle.net/4yttq/1/
# License
MIT Licence (unless blakamia says otherwise)
# TODO:
# Contributing
datatables for visualisation - done
with length column - done
change how it stems searches - done
cache to indexdb- done
hide advanced options- done
remember how many done on this ip- done
save table state - done
save setting - done
Yes please.
brown theme - done
# Credits
add bing etc
keywordkeg - hard
test:
- [blakamia for being the reason we can't have nice things, and for creating the original keywordshitter](http://www.blackhatworld.com/blackhat-seo/black-hat-seo-tools/538215-free-simple-longtail-keyword-tool.html)
- wassname - for also being terrible.
+5 -1
View File
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<html>
<title>Keyword Shitter - The Bulk Keyword Tool</title>
<title>Keyword Shitter2 - The Bulk Keyword Tool</title>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
@@ -11,6 +11,8 @@
</head>
<body>
<a href="http://wassname.github.io/keywordshitter2/"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/365986a132ccd6a44c23a9169022c0b5c890c387/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f7265645f6161303030302e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png"></a>
<meta http-equiv="CACHE-CONTROL" content="NO-CACHE">
@@ -148,6 +150,8 @@ lying internet</textarea>
<script type="text/javascript" src="js/main.js"></script>
<a href="http://wassname.github.io/keywordshitter2/">Fork me on github</a>
</body>
</html>