Commit 60803d32768cf550a12e56f1d4b62030610d2ad5
- Diff rendering mode:
- inline
- side by side
README.markdown
(32 / 0)
|   | |||
| 1 | AutoGram - Anagram Solver (+ WordChallenge automation) | ||
| 2 | ------------------------------------------------------ | ||
| 3 | |||
| 4 | This project is a mix of different small things: | ||
| 5 | |||
| 6 | - algorithms (anagram making and dictionary validation) | ||
| 7 | - image processing (training and recognition of patterns) | ||
| 8 | - input injection ( | ||
| 9 | - screen grabbing (ok, that's a oneliner :-)) | ||
| 10 | |||
| 11 | How to GET it | ||
| 12 | ============= | ||
| 13 | |||
| 14 | **Windows**: Right now there is no executable file ready for download. | ||
| 15 | If you're a developer you can compile your own out of the source code, as | ||
| 16 | described below. | ||
| 17 | |||
| 18 | **Linux / Windows / Mac OSX developers** | ||
| 19 | Just get the source code from http://www.gitorious.org/web-automation/autogram and | ||
| 20 | open it with [QtCreator](http://www.qtsoftware.com/products/developer-tools), so you can | ||
| 21 | Build and Run it. | ||
| 22 | (or, if you prefer, you can do the usual "qmake; make;" stuff on the console if you like more ;-)) | ||
| 23 | |||
| 24 | How to USE it | ||
| 25 | ============= | ||
| 26 | |||
| 27 | 1. login to facebook and start the WordChallenge application | ||
| 28 | 2. start autogram | ||
| 29 | 3. tune the capture rectangle to center it to the 6 letters **this step is very important** | ||
| 30 | 4. switch to the 'WordChallenge' mode | ||
| 31 | 5. let 'autogram' PLAY, and BEAT all your friends! | ||
| 32 | 6. tell them you're not evil, but you're cheating ;-) |

