Skip to content

S1monlol/publicLLM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PublicLLM Search Project

PublicLLM is a Go project that utilizes the Censys API to search for the specific text ("Ollama is running") in HTTP response bodies.

Installation

To use this project, you need to have Go installed on your system. Follow these steps to set up the project:

  1. Clone the repository:

    git clone https://github.com/S1monlol/publicLLM
  2. Navigate to the project directory:

    cd publicLLM
  3. Install dependencies:

    go get github.com/go-resty/resty/v2
    go get github.com/joho/godotenv
  4. Set up your environment variables:

    • Rename .env.example to .env.
    • Add your Censys API key in the .env file.

Usage

Run the program with the following command:

go run .

Notes

  • Ensure that you have a valid API key from Censys for the program to work correctly.
  • The program outputs a large amount of data, so you might want to redirect it to a file for easier analysis.

Acknowledgements

This project uses the following open-source packages:


About

Find Ollama Instance's using Censys

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages