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-1.tar.gz (3.1 kB view details)

Uploaded Source

Built Distribution

metasearch-1-py3-none-any.whl (2.9 kB view details)

Uploaded Python 3

File details

Details for the file metasearch-1.tar.gz.

File metadata

  • Download URL: metasearch-1.tar.gz
  • Upload date:
  • Size: 3.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.10.0b2

File hashes

Hashes for metasearch-1.tar.gz
Algorithm Hash digest
SHA256 f73cb121000aa2bd74b9395d11518fe1f68e2bc7645c3d1e97c67dc4540dcd75
MD5 84719c66817a60177ce5ed2d5a0a62cb
BLAKE2b-256 901b2afb82dee28acd5e4996ccdb75a590e7b99d40a74fd280c0a0f567f828b1

See more details on using hashes here.

File details

Details for the file metasearch-1-py3-none-any.whl.

File metadata

  • Download URL: metasearch-1-py3-none-any.whl
  • Upload date:
  • Size: 2.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.10.0b2

File hashes

Hashes for metasearch-1-py3-none-any.whl
Algorithm Hash digest
SHA256 482d13991798d3d5f5966d59ed34e0e9119416e409c57cbdc970c7bb81120d5d
MD5 b90373f617ca25aab80e20b257a6272d
BLAKE2b-256 0af8a04ecdf3f02d621ed1fa6f0247334355d454c624b41ad7b02b1a6645518b

See more details on using hashes here.

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