Ingen beskrivning

JBlanked 9c879488e1 Merge pull request #4 from jblanked/dev_1.0 1 år sedan
alloc 5126b6c56d improved memory allocation + updated image 1 år sedan
assets 5126b6c56d improved memory allocation + updated image 1 år sedan
callback f9a1bfe745 save wifi as intended 1 år sedan
easy_flipper d465f49b66 start v1.0 1 år sedan
flip_storage 5126b6c56d improved memory allocation + updated image 1 år sedan
flipper_http e09fd2d233 check response 1 år sedan
html 6cd63d60a2 stream html + trim tag result 1 år sedan
jsmn d465f49b66 start v1.0 1 år sedan
text_input 79d186b44a Web Crawler - v0.7.1 1 år sedan
.gitattributes 94a2e057dd Initial commit 1 år sedan
CHANGELOG.md fac68db692 Add BROWSE method 1 år sedan
README.md b547620d24 Update README.md 1 år sedan
app.c d465f49b66 start v1.0 1 år sedan
app.png 8ec862998d Initial Commit 1 år sedan
application.fam d465f49b66 start v1.0 1 år sedan
web_crawler.c fac68db692 Add BROWSE method 1 år sedan
web_crawler.h 5126b6c56d improved memory allocation + updated image 1 år sedan

README.md

Browse the web, fetch API data, and more on your Flipper Zero.

Requirements

Installation

Features

  • Configurable Request: Specify the URL of the website you want to send a HTTP request to or download (tested up to 427Mb)
  • Wi-Fi Configuration: Enter your Wi-Fi SSID and password to enable network communication.
  • File Management: Automatically saves and manages received data on the device's storage, allowing users to view, rename, and delete the received data at any time.

Usage

  1. Connection: After installing the app, turn off your Flipper, connect the WiFi Dev Board, then turn your Flipper back on.

  2. Launch the Web Crawler App: Navigate to the Apps menu on your Flipper Zero, select GPIO, then scroll down and select Web Crawler.

  3. Main Menu: Upon launching, you'll see a submenu containing the following options:

    • Run: Initiate the HTTP request.
    • About: View information about the Web Crawler app.
    • Settings: Set up parameters or perform file operations.
  4. 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:

  1. Running the Request: Select Run from the main submenu to start the HTTP request process. The app will:

    • Send Request: Transmit the HTTP request via serial to the WiFi Dev Board.
    • Receive Data: Listen for incoming data.
    • Store Data: Save the received data to the device's storage for later retrieval.
    • Log: Display detailed analysis of the operation status on the screen.
  2. Accessing Received Data: After the HTTP request operation completes, you can access the received data by either:

    • Navigating to File Settings and selecting Read File (preferred method)
    • Connecting to Flipper and opening the SD/apps_data/web_crawler_app/ storage directory to access the received_data.txt file (or the file name/type customized in the settings).

Setting Up Parameters

  1. Path (URL)

  2. HTTP Method

    • Choose between GET, POST, DELETE, PUT, DOWNLOAD, and BROWSE.
  3. Headers

    • Add your required headers to be used in your HTTP requests
  4. Payload

    • Type in the JSON content to be sent with your POST or PUT requests.
  5. SSID (WiFi Network)

    • Provide the name of your WiFi network to enable the Flipper Zero to communicate over the network.
  6. Password (WiFi Network)

    • Input the corresponding password for your WiFi network.
  7. Set File Type

    • Enter your desired file extension. After saving, the app will rename your file, applying the new extension.
  8. Rename File

    • Provide your desired file name. After saving, the app will rename your file with the new name.

Happy Crawling! 🕷️