Last active
November 26, 2017 15:57
-
-
Save classmember/4439f40c134404577cec1fbc359ebe50 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| next feature: | |
| - import statement | |
| - store and retrieve hashmaps | |
| - variable handling (list of dictionaries) | |
| technical features: | |
| - function statement | |
| - argument parsing | |
| - commands: | |
| - print statement | |
| - sleep statement | |
| - system statement | |
| - python statement | |
| - prompt statement for user input | |
| - write to file | |
| - all the actionchain functions such as ClickAndDrag | |
| - logic flow control: | |
| - if statement | |
| - conditional handling (maybe python eval) | |
| - elif statement | |
| - else statement | |
| - while statement | |
| - foreach statement | |
| - assert statement | |
| - data types | |
| - add html element as a core data type | |
| - add web page as a core data type | |
| - postgres database i/o | |
| - selecting user agent strings | |
| - selecting browser | |
| non-technical features: | |
| - better python packaging | |
| - screenshots and video | |
| - tutorials | |
| - reference documentation | |
| - FAQ | |
| - communication with similar projects | |
| - bug tracking | |
| - make a logo | |
| - tying the project in with fdo | |
| - donations |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment