Alex Newman commited on
Update README.md
Browse files
README.md
CHANGED
|
@@ -11,14 +11,8 @@ license: mit
|
|
| 11 |
This attempts to recreate https://github.com/nat/natbot/blob/main/natbot.py but for android instead of the web. It uses acceesibility to see, and Android Intents to steer. Sometimes it needs the users' help because of android's security model.
|
| 12 |
|
| 13 |
|
| 14 |
-
This is a
|
| 15 |
- puppet can recieve commands and execute them.
|
| 16 |
- backend which collects browser telemetry along with operating system telemetry at a fine grained level. Either android accesibility commands or web dom.
|
| 17 |
-
-
|
| 18 |
-
-
|
| 19 |
-
|
| 20 |
-
## Todo Soon
|
| 21 |
-
|
| 22 |
-
- Browser history interface
|
| 23 |
-
- Better docs
|
| 24 |
-
- Switching to github for issue planning
|
|
|
|
| 11 |
This attempts to recreate https://github.com/nat/natbot/blob/main/natbot.py but for android instead of the web. It uses acceesibility to see, and Android Intents to steer. Sometimes it needs the users' help because of android's security model.
|
| 12 |
|
| 13 |
|
| 14 |
+
This is a 3 part system
|
| 15 |
- puppet can recieve commands and execute them.
|
| 16 |
- backend which collects browser telemetry along with operating system telemetry at a fine grained level. Either android accesibility commands or web dom.
|
| 17 |
+
- client can be web but we also have a browser extension. Currently on for ios, but soon on all platforms.
|
| 18 |
+
- Here's my puppet backend https://posix4e-puppet.hf.space
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|