Sen descrición

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

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! 🕷️