MCPcopy Create free account

hub / github.com/Zie619/n8n-workflows / functions

Functions246 in github.com/Zie619/n8n-workflows

↓ 1 callersFunctionget_workflow_category
Get category for workflow, preferring existing assignment over integration-based.
scripts/generate_search_index.py:118
↓ 1 callersMethodhandleSearch
()
docs/js/search.js:96
↓ 1 callersMethodhandle_webhook
Handle incoming webhook.
src/integration_hub.py:235
↓ 1 callersMethodhideNoResults
()
docs/js/search.js:369
↓ 1 callersMethodincrement_download
Increment download count for a workflow
src/community_features.py:251
↓ 1 callersMethodincrement_view
Increment view count for a workflow
src/community_features.py:226
↓ 1 callersFunctionindexWorkflows
(force = false)
src/index-workflows.js:11
↓ 1 callersMethodinit
()
docs/js/search.js:29
↓ 1 callersMethodinit
()
docs/js/app.js:11
↓ 1 callersMethodinitDatabase
()
src/database.js:33
↓ 1 callersMethodinit_community_tables
Initialize community feature database tables
src/community_features.py:48
↓ 1 callersMethodinit_database
Initialize SQLite database with optimized schema and indexes.
workflow_db.py:27
↓ 1 callersMethodinit_database
Initialize user database.
src/user_management.py:69
↓ 1 callersFunctioninitializeDatabase
()
src/init-db.js:7
↓ 1 callersMethodloadSearchIndex
()
docs/js/search.js:42
↓ 1 callersFunctionload_existing_categories
Load existing categories from search_categories.json created by create_categories.py.
scripts/generate_search_index.py:98
↓ 1 callersFunctionmain
Main entry point with command line arguments.
run.py:113
↓ 1 callersFunctionmain
Command-line interface for workflow database.
workflow_db.py:795
↓ 1 callersFunctionmain
()
src/index-workflows.js:52
↓ 1 callersFunctionmain
Main function to update README statistics.
scripts/update_readme_stats.py:208
↓ 1 callersFunctionmain
Main function to generate search index.
scripts/generate_search_index.py:251
↓ 1 callersFunctionmain
Main function to update GitHub Pages deployment.
scripts/update_github_pages.py:261
↓ 1 callersMethodopenWorkflowDetails
(workflow)
docs/js/search.js:233
↓ 1 callersMethodpopulateFilters
()
docs/js/search.js:76
↓ 1 callersFunctionprintBanner
()
src/index-workflows.js:6
↓ 1 callersFunctionprint_banner
Print application banner.
run.py:12
↓ 1 callersMethodresolve_alert
Resolve an alert.
src/performance_monitor.py:273
↓ 1 callersFunctionrun_server
Run the FastAPI server.
api_server.py:774
↓ 1 callersFunctionsave_search_index
Save the search index to multiple formats for different uses.
scripts/generate_search_index.py:218
↓ 1 callersMethodsearchWorkflows
(query, filters = {})
docs/js/search.js:108
↓ 1 callersMethodsearch_by_category
Search workflows by service category.
workflow_db.py:739
↓ 1 callersMethodsearch_workflows_intelligent
Intelligent workflow search based on natural language query.
src/ai_assistant.py:37
↓ 1 callersMethodsetupAnalytics
()
docs/js/app.js:48
↓ 1 callersMethodsetupEventListeners
()
docs/js/search.js:55
↓ 1 callersMethodsetupKeyboardShortcuts
()
docs/js/app.js:26
↓ 1 callersMethodsetupServiceWorker
()
docs/js/app.js:74
↓ 1 callersMethodsetupThemeToggle
()
docs/js/app.js:18
↓ 1 callersFunctionsetup_database
Setup and initialize the database.
run.py:56
↓ 1 callersFunctionsetup_directories
Create necessary directories.
run.py:46
↓ 1 callersMethodshowError
(message)
docs/js/search.js:373
↓ 1 callersMethodshowFeaturedWorkflows
()
docs/js/search.js:145
↓ 1 callersMethodshowNoResults
()
docs/js/search.js:364
↓ 1 callersFunctionstartServer
(port = 8000, host = '127.0.0.1')
src/server.js:318
↓ 1 callersMethodstart_monitoring
Start performance monitoring in background thread.
src/performance_monitor.py:52
↓ 1 callersFunctionstart_server
Start the FastAPI server.
run.py:88
↓ 1 callersMethodsync_with_discord
Send notification to Discord.
src/integration_hub.py:88
↓ 1 callersMethodsync_with_github
Sync workflows with GitHub repository.
src/integration_hub.py:37
↓ 1 callersMethodsync_with_notion
Sync workflows with Notion database.
src/integration_hub.py:160
↓ 1 callersMethodsync_with_slack
Send notification to Slack.
src/integration_hub.py:65
↓ 1 callersFunctiontest_sample_workflows
Test sample workflows to ensure they're working
test_workflows.py:11
↓ 1 callersMethodupdateResultsHeader
(query, filters)
docs/js/search.js:335
↓ 1 callersMethodupdateStats
()
docs/js/search.js:86
↓ 1 callersFunctionupdate_api_timestamp
Update timestamp in API JSON files.
scripts/update_github_pages.py:51
↓ 1 callersFunctionupdate_html_timestamp
Update the timestamp in the HTML file to current date.
scripts/update_github_pages.py:14
↓ 1 callersFunctionupdate_readme_stats
Update README.md with current statistics.
scripts/update_readme_stats.py:89
↓ 1 callersMethodupdate_user
Update user data.
src/user_management.py:322
↓ 1 callersMethodupsertWorkflow
(workflow)
src/database.js:357
↓ 1 callersFunctionverify_github_pages_structure
Verify that all necessary files exist for GitHub Pages deployment.
scripts/update_github_pages.py:183
↓ 1 callersMethodverify_password
Verify password against hash.
src/user_management.py:159
↓ 1 callersMethodverify_token
Verify JWT token and return user data.
src/user_management.py:251
Method__init__
(self, db_path: str = None)
workflow_db.py:19
Method__init__
(self, db_path: str = "workflows.db")
src/analytics_engine.py:26
Method__init__
(self)
src/integration_hub.py:29
Method__init__
(self, db_path: str = "workflows.db")
src/performance_monitor.py:44
Method__init__
Initialize enhanced API
src/enhanced_api.py:53
Method__init__
Initialize community features with database connection
src/community_features.py:43
Method__init__
(self, db_path: str = "workflows.db")
src/ai_assistant.py:28
Method__init__
(self, db_path: str = "users.db")
src/user_management.py:65
Method_monitor_loop
Main monitoring loop.
src/performance_monitor.py:59
Methodadvanced_workflow_search
Advanced workflow search with complex queries
src/enhanced_api.py:128
Functionchat_interface
Get the chat interface HTML.
src/ai_assistant.py:284
Functionchat_with_assistant
Chat with the AI assistant to discover workflows.
src/ai_assistant.py:257
Methodconstructor
(dbPath = "database/workflows.db")
src/database.js:20
Methodconstructor
()
docs/js/search.js:7
Methodconstructor
()
docs/js/app.js:7
Methodconvert_active
(cls, v)
api_server.py:175
FunctioncopyToClipboard
* Copy text to clipboard
docs/js/app.js:128
Methodcreate_collection
Create a workflow collection
src/community_features.py:339
Functiondebounce
* Debounce function for search input
docs/js/app.js:113
Functiondelete_user
Delete user (admin only).
src/user_management.py:496
Functiondownload_workflow
Download workflow JSON file with security validation.
api_server.py:371
Functionexport_airtable
Export workflows to Airtable.
src/integration_hub.py:281
FunctionformatNumber
* Format numbers with appropriate suffixes
docs/js/app.js:100
Functionget_alerts
Get current alerts.
src/performance_monitor.py:303
Functionget_all_users
Get all users (admin only).
src/user_management.py:454
Functionget_analytics_dashboard
Get analytics dashboard HTML.
src/analytics_engine.py:388
Functionget_analytics_overview
Get comprehensive analytics overview.
src/analytics_engine.py:351
Methodget_analytics_overview
Get analytics overview
src/enhanced_api.py:199
Functionget_auth_dashboard
Get authentication dashboard HTML.
src/user_management.py:506
Functionget_categories
Get available workflow categories for filtering.
api_server.py:630
Functionget_category_mappings
Get filename to category mappings for client-side filtering.
api_server.py:667
Functionget_current_metrics
Get current performance metrics.
src/performance_monitor.py:291
Functionget_current_user
Get current authenticated user.
src/user_management.py:388
Functionget_current_user_info
Get current user information.
src/user_management.py:448
Methodget_custom_analytics
Get custom analytics data
src/enhanced_api.py:209
Functionget_historical_metrics
Get historical performance metrics.
src/performance_monitor.py:297
Functionget_integration_dashboard
Get integration dashboard HTML.
src/integration_hub.py:325
Functionget_integration_status
Get status of all integrations.
src/integration_hub.py:315
Functionget_integrations
Get list of all unique integrations.
api_server.py:617
Functionget_monitoring_dashboard
Get performance monitoring dashboard HTML.
src/performance_monitor.py:333
← previousnext →101–200 of 246, ranked by callers