You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-5Lines changed: 2 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# python-firetv
2
2
3
-
`firetv` is a Python 2.x package that provides state information and some control of an Amazon Fire TV device over a network. This is achieved via ADB, so therefore requires [ADB Debugging](https://developer.amazon.com/public/solutions/devices/fire-tv/docs/connecting-adb-over-network) to be turned on. It includes `firetv-server`, an HTTP server to facilitate RESTful access to configured devices.
3
+
`firetv` is a Python 2 and 3 package that provides state information and some control of an Amazon Fire TV device over a network. This is achieved via ADB, so therefore requires [ADB Debugging](https://developer.amazon.com/public/solutions/devices/fire-tv/docs/connecting-adb-over-network) to be turned on. It includes `firetv-server`, an HTTP server to facilitate RESTful access to configured devices.
4
4
5
5
## Installation
6
6
@@ -10,7 +10,7 @@ with `apt-get`: `swig libssl-dev python-dev libusb-1.0-0`
10
10
11
11
with `yum`: `swig openssl-devel python-devel libusbx-devel`
12
12
13
-
Be sure you install into a Python 2.x environment.
13
+
Install the package using the command:
14
14
15
15
`pip install firetv`
16
16
@@ -129,9 +129,6 @@ You can start or stop an app with the following commands:
129
129
130
130
app_id must be a package name, e.g. org.xbmc.kodi or com.netflix.ninja
131
131
132
-
## Python 3
133
-
`firetv`depends on [python-adb](https://github.com/google/python-adb), a pure-python implementation of the ADB protocol. It and its dependency [M2Crypto](https://github.com/martinpaljak/M2Crypto) are written for Python 2. Until they support Python 3, or an alternative is available, `firetv` will not support Python 3. The HTTP server is provided as a way for Python 3 (or other) software to utilize the features of `firetv`.
134
-
135
132
## Contribution
136
133
137
134
This package does not fully exploit the potential of ADB access to Amazon Fire TV devices, and lacks some robustness. Contributions are welcome.
0 commit comments