GitHub Data Fetcher Extension V2
About
This extension helps you to easily fetch specific text or JSON data from GitHub using a raw content URL. You donβt need any external API tools or web components anymore β just give the raw URL and get your result!
Extension Features:
Fetch plain text from GitHub
Fetch JSON data and parse it in Kodular
No external dependencies
Works with public GitHub repositories
Lightweight and fast
Blocks
How to Use
Drag and drop the extension into your Kodular project.
Provide the raw GitHub file URL (e.g.,
https://raw.githubusercontent.com/username/repo/branch/file.json
).Use the blocks:
FetchTextData(raw_url)
TextDataReceived(content)
β Event triggered after data is fetched.
Parse or use the fetched content as needed in your app.
Note
- Only works with public GitHub files.
- Make sure to use raw URLs like:
https://raw.githubusercontent.com/your_username/your_repo/main/data.json