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
My code be like
pog
Release files for metasearch 5.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| metasearch-5.1.tar.gz | 3.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| metasearch-5.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 6.7 kB
Release files / metasearch-5.1.tar.gz
| Download URL | metasearch-5.1.tar.gz |
|---|---|
| Size | 3.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
ef12d249d94deec67e8d321d92a817ee58aa3f711ff3fd6a51d5e863f8d9b565
|
|
BLAKE2b-256 checksum How to use checksums |
e471c72c0fc0ca4501d38e35080c114a9abb06561290b2ea9a665098b6cad214
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|
Release files / metasearch-5.1-py3-none-any.whl
| Download URL | metasearch-5.1-py3-none-any.whl |
|---|---|
| Size | 3.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
cd46484c720a86714dd70018fdbc2c475d35c293a5d1ff85142af6e4576db9f2
|
|
BLAKE2b-256 checksum How to use checksums |
a75b59af30178ec43cd7467c518b339639a84c443c4baf1901dceba8612ca570
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|