Skip to main content

Pre built metasearch repository for easy uses.

Project description

Meta Search

Welcome to Meta Search. Work like mat1 but you need to use requests ( Actually no building webapplication I am fucking lazy)

Result up to 10000000 results! (Modify it in main.py or minified.py)

How to use?

Run

python main.py

Curl Test

You may use curl something like this

curl -i http://127.0.0.1:80

it should return

{"Result":[null]}

and add header with this

curl -i -H "search: your search query here" http://127.0.0.1:80

it may return lots of shit things

Python Test

You may do something like this

import requests

requests.get("http://127.0.0.1:80",headers={"search" : "metaname you want to search"})

Node.JS Test

You can try something like this

const request = require('request');
request('http://127.0.0.1', function (error, response, body) {
  console.error('error:', error);
  console.log('statusCode:', response && response.statusCode); 
  console.log('body:', body); 
});

Test on this server

The link is https://Meta-Search-But-Only-Request.mooping.repl.co You can do same as above but replace http://127.0.0.1 with my link

Python Module Documentation

import metasearch
metasearch.metaserver()

That is how you launch server

Meme (not funni)

Other's code be like image My code be like image

pog

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

metasearch-5.1.tar.gz (3.4 kB view hashes)

Uploaded Source

Built Distribution

metasearch-5.1-py3-none-any.whl (3.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page