web-automation
autogram
AutoGram – Anagram Solver (+ WordChallenge automation)
This project is a mix of different small things: more…
- algorithms (anagram making and dictionary validation)
- image processing (training and recognition of patterns)
- input injection (to perform actions on the browser)
- screen grabbing (ok, that’s a oneliner :–))
How to GET it
Windows: Right now there is no executable file ready for download.
If you’re a developer you can compile your own out of the source code, as
described below.
Linux / Windows / Mac OSX developers
Just get the source code from http://www.gitorious.org/web-automation/autogram and
open it with QtCreator, so you can
Build and Run it.
(or, if you prefer, you can do the usual “qmake; make;” stuff on the console if you like more ;–))
How to USE it
- login to facebook and start the WordChallenge application
- start autogram
- tune the capture rectangle to center it to the 6 letters this step is very important
- switch to the ‘WordChallenge’ mode
- let ‘autogram’ PLAY, and BEAT all your friends!
- tell them you’re not evil, but you’re cheating ;–)
-
Cloning this repository:
git clone git://gitorious.org/web-automation/autogram.git autogram cd autogram
Add this repository as a remote to an existing local repository:
git remote add autogram git://gitorious.org/web-automation/autogram.git git fetch autogram git checkout -b my-local-tracking-branch autogram/master_or_other_branch
- Branches:
- master


