Browse the web, fetch API data, and more on your Flipper Zero.
Connection: After installing the app, turn off your Flipper, connect the WiFi Dev Board, then turn your Flipper back on.
Launch the Web Crawler App: Navigate to the Apps menu on your Flipper Zero, select GPIO, then scroll down and select Web Crawler.
Main Menu: Upon launching, you'll see a submenu containing the following options:
Settings: Set up parameters or perform file operations.
Settings: Select Settings and navigate to WiFi Settings. Use the Flipper Zero's navigation buttons to input and confirm your settings. Do the same for the Request settings. Once configured, these settings will be saved and used for subsequent HTTP request operations.
For testing purposes: - https://httpbin.org/get Returns GET data. - https://httpbin.org/post Returns POST data. - https://httpbin.org/put Returns PUT data. - https://httpbin.org/delete Returns DELETE data. - https://httpbin.org/bytes/1024 Returns BYTES data (DOWNLOAD method) - https://proof.ovh.net/files/1Mb.dat Returns BYTES data (DOWNLOAD method - it can download the whole file) - https://proof.ovh.net/files/10Mb.dat Returns BYTES data (DOWNLOAD method - it can download the whole file)
Log: Display detailed analysis of the operation status on the screen.
Accessing Received Data: After the HTTP request operation completes, you can access the received data by either:
Enter the complete URL of the website you intend to crawl (e.g., https://www.example.com/).
HTTP Method
Choose between GET, POST, DELETE, PUT, DOWNLOAD, and BROWSE.
Headers
Add your required headers to be used in your HTTP requests
Payload
Type in the JSON content to be sent with your POST or PUT requests.
SSID (WiFi Network)
Provide the name of your WiFi network to enable the Flipper Zero to communicate over the network.
Password (WiFi Network)
Input the corresponding password for your WiFi network.
Set File Type
Enter your desired file extension. After saving, the app will rename your file, applying the new extension.
Rename File
Happy Crawling! 🕷️
App Version | SDK | Status | Downloads | Logs | Build |
---|---|---|---|---|---|
1.0.1 | 86.0 f7 | Build succeeded | 6969 | get logs | get build |
1.0.1 | 85.0 f7 | Build succeeded | 81 | get logs | get build |
1.0.1 | 79.2 f7 | Build succeeded | 11556 | get logs | get build |
1.0.1 | 78.1 f7 | Build succeeded | 2075 | get logs | get build |
1.0.1 | 73.0 f7 | Build succeeded | 328 | get logs | get build |
1.0 | 79.2 f7 | Build succeeded | 262 | get logs | get build |
1.0 | 78.1 f7 | Build succeeded | 2166 | get logs | get build |
1.0 | 73.0 f7 | Build succeeded | 68 | get logs | get build |
1.0 | 72.1 f7 | Build succeeded | 393 | get logs | get build |
0.8 | 78.1 f7 | Build succeeded | 8809 | get logs | get build |
0.8 | 73.0 f7 | Build succeeded | 488 | get logs | get build |
0.8 | 72.1 f7 | Build succeeded | 403 | get logs | get build |
0.7 | 78.1 f7 | Build succeeded | 3208 | get logs | get build |
0.7 | 73.0 f7 | Build succeeded | 596 | get logs | get build |
0.7 | 72.1 f7 | Build succeeded | 422 | get logs | get build |
0.6 | 78.1 f7 | Build succeeded | 301 | get logs | get build |
0.6 | 73.0 f7 | Build succeeded | 1351 | get logs | get build |
0.6 | 72.1 f7 | Build succeeded | 411 | get logs | get build |
0.5 | 78.1 f7 | Build succeeded | 164 | get logs | get build |
0.5 | 77.2 f7 | Build succeeded | 859 | get logs | get build |
0.5 | 73.0 f7 | Build succeeded | 3027 | get logs | get build |
0.5 | 72.1 f7 | Build succeeded | 875 | get logs | get build |
0.4 | 77.2 f7 | Build succeeded | 132 | get logs | get build |
0.4 | 73.0 f7 | Build succeeded | 1514 | get logs | get build |
0.4 | 72.1 f7 | Build succeeded | 379 | get logs | get build |
0.4 | 69.0 f7 | Build succeeded | 291 | get logs | get build |
0.3 | 73.0 f7 | Build succeeded | 2031 | get logs | get build |
0.3 | 72.1 f7 | Build succeeded | 428 | get logs | get build |
0.3 | 69.0 f7 | Build succeeded | 54 | get logs | get build |
0.2 | 73.0 f7 | Build succeeded | 283 | get logs | get build |
0.2 | 72.1 f7 | Build succeeded | 69 | get logs | get build |
0.2 | 69.0 f7 | Build succeeded | 21 | get logs | get build |
0.1 | 73.0 f7 | Build succeeded | 1447 | get logs | get build |
0.1 | 72.1 f7 | Build succeeded | 361 | get logs | get build |
0.1 | 69.0 f7 | Build succeeded | 46 | get logs | get build |
web_crawler | Latest 1.0.1 | GitHub | Author: JBlanked |