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 My code be like
####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
Built Distribution
File details
Details for the file metasearch-2.tar.gz
.
File metadata
- Download URL: metasearch-2.tar.gz
- Upload date:
- Size: 3.2 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
Algorithm | Hash digest | |
---|---|---|
SHA256 | ef04953e924f852d0c6072884b88cf6ca4f68709f30e92c6e8f8c94bcae9bbec |
|
MD5 | f32544d50836be3eddd32ebc276c50cc |
|
BLAKE2b-256 | e59022fcb4aa15839109d16d2188cfedc3642449d19784b70c6e456a2e71f6e7 |
File details
Details for the file metasearch-2-py3-none-any.whl
.
File metadata
- Download URL: metasearch-2-py3-none-any.whl
- Upload date:
- Size: 3.2 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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 65241c8abc02ace7222066ec7c7fe4017a8f82bb6bed6d64e2e01b8af858884e |
|
MD5 | 1b146861f182bb2e39a37e3c0fc3c9ac |
|
BLAKE2b-256 | 07f6ac64f5e4f45790397423eee4510ea0778ac978c7d41b45f8ab5ebfe345f7 |