-
Notifications
You must be signed in to change notification settings - Fork 0
/
flexio.yml
44 lines (40 loc) · 1.36 KB
/
flexio.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
title: Web Data
description: Functions for accessing information from web pages
image:
src: https://static.flex.io/assets/logos/web.png
alt: Web data logo
templates:
- name: lookup-web-page-links
title: 'Lookup links in a web page'
description: 'Get a list of web links in a web page'
gsheets_spreadsheet_id: ''
excel_spreadsheet_path: ''
is_public: false
is_private: false
- name: lookup-web-page-embedded-tweets
title: 'Lookup embedded tweets in a web page'
description: 'Get a list of embedded tweets in a web page'
gsheets_spreadsheet_id: ''
excel_spreadsheet_path: ''
is_public: false
is_private: false
- name: lookup-web-page-metadata
title: 'Lookup metadata for a set of web pages'
description: 'Import metadata for a set of web pages, including title, description, and keywords'
gsheets_spreadsheet_id: ''
excel_spreadsheet_path: ''
is_public: false
is_private: false
- name: lookup-web-news-metadata
title: 'Lookup metadata for news and blog posts'
description: 'Import metadata for a set of news and blog posts, including title, author, and publish date'
gsheets_spreadsheet_id: ''
excel_spreadsheet_path: ''
is_public: false
is_private: false
functions:
- path: web-csv.py
- path: web-extract-link.py
- path: web-newspaper.py
- path: web-rss.py
prompts: []