Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 988 Bytes

File metadata and controls

46 lines (28 loc) · 988 Bytes

Hackathon Finder (India)

This project is an n8n workflow that finds upcoming offline hackathons in Indian cities. It pulls results from multiple sources and generates a clean, easy-to-read list.


Features

  • Enter a city name to search for hackathons.

  • Sources:

    • Google Search (via SerpAPI)
    • Unstop API
    • Reddit posts
    • Perplexity AI
  • AI (Google Gemini) processes, cleans, and extracts details.

  • Exports results to a downloadable .txt file.


Workflow

Workflow Screenshot

  1. User submits city name.
  2. Data is gathered from Google, Unstop, Reddit, Perplexity.
  3. AI extracts event name, date, location, links, prizes.
  4. Results are merged and exported as text.

Requirements

  • n8n
  • API keys: SerpAPI, Unstop, Reddit, Perplexity, Google Gemini

Usage

  1. Import workflow JSON into n8n.
  2. Add your API credentials.
  3. Run workflow → Enter city → Download hackathon list.