onlyfanssearch 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/README.md +36 -0
- data/lib/onlyfanssearch.rb +9 -0
- metadata +58 -0
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: fce255d4cee3510ec9eb97b13f8135b35fabfd265024048605382e6ecb2d06b6
|
|
4
|
+
data.tar.gz: 4a1c40720bc6ebd38a56bf369e990dc72b04959c0d1ffb34a4ea9fa1d5511b5a
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: 859b379050651fd777c7e8f1b052a8bc285d70a528ea5c10995186512d9d263a822e432a991b78fe66ed8e69772b7791b808f3cb249a53d309ad0d826022f0b9
|
|
7
|
+
data.tar.gz: c2bdc330be0cd89274b0294128a683c0612f5d5d40908262e969c5c05c852fe147df7c19df515541130be2bdfcd7dd874b9145cb78365cc529d8b793c0fc12cf
|
data/README.md
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
# OnlyFans Search
|
|
2
|
+
|
|
3
|
+
**Website: https://onlyfanssearch.co**
|
|
4
|
+
|
|
5
|
+
The OnlyFans search engine. Search 500k+ creators by name, location, price or photo.
|
|
6
|
+
https://onlyfanssearch.co
|
|
7
|
+
|
|
8
|
+
- Website: https://onlyfanssearch.co
|
|
9
|
+
- Email: info@onlyfanssearch.co
|
|
10
|
+
- Location: California, USA
|
|
11
|
+
|
|
12
|
+
## Official OnlyFans Search links
|
|
13
|
+
|
|
14
|
+
- Website: https://onlyfanssearch.co
|
|
15
|
+
- GitHub: https://github.com/onlyfanssearch/onlyfanssearch
|
|
16
|
+
- Product Hunt: https://www.producthunt.com/products/onlyfans-search
|
|
17
|
+
- Linktree: https://linktr.ee/onlyfanssearch
|
|
18
|
+
- PyPI: https://pypi.org/project/onlyfanssearch/
|
|
19
|
+
- Docker Hub: https://hub.docker.com/r/onlyfanssearch/onlyfanssearch
|
|
20
|
+
- ORCID: https://orcid.org/0009-0002-2757-7806
|
|
21
|
+
- Zenodo: https://zenodo.org/records/22017171
|
|
22
|
+
- Codeberg: https://codeberg.org/onlyfanssearch/onlyfanssearch
|
|
23
|
+
- Wakelet: https://wakelet.com/@onlyfanssearch
|
|
24
|
+
- HeyLink: https://heylink.me/onlyfanssearch/
|
|
25
|
+
|
|
26
|
+
## Usage
|
|
27
|
+
|
|
28
|
+
```ruby
|
|
29
|
+
require "onlyfanssearch"
|
|
30
|
+
Onlyfanssearch::WEBSITE # => "https://onlyfanssearch.co"
|
|
31
|
+
```
|
|
32
|
+
|
|
33
|
+
## About
|
|
34
|
+
|
|
35
|
+
OnlyFans Search (https://onlyfanssearch.co) is a search engine for OnlyFans creators.
|
|
36
|
+
Contact: info@onlyfanssearch.co
|
metadata
ADDED
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: onlyfanssearch
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 1.0.0
|
|
5
|
+
platform: ruby
|
|
6
|
+
authors:
|
|
7
|
+
- OnlyFans Search
|
|
8
|
+
bindir: bin
|
|
9
|
+
cert_chain: []
|
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
|
11
|
+
dependencies: []
|
|
12
|
+
description: 'OnlyFans Search (https://onlyfanssearch.co) is the OnlyFans search engine:
|
|
13
|
+
search 500k+ creators by name, location, price or photo. This gem exposes the official
|
|
14
|
+
brand links and resources. Website: https://onlyfanssearch.co - Contact: info@onlyfanssearch.co
|
|
15
|
+
- California, USA. Official listings: GitHub https://github.com/onlyfanssearch/onlyfanssearch
|
|
16
|
+
, Product Hunt https://www.producthunt.com/products/onlyfans-search , Linktree https://linktr.ee/onlyfanssearch
|
|
17
|
+
, PyPI https://pypi.org/project/onlyfanssearch/ , Docker Hub https://hub.docker.com/r/onlyfanssearch/onlyfanssearch
|
|
18
|
+
, ORCID https://orcid.org/0009-0002-2757-7806 , Zenodo https://zenodo.org/records/22017171
|
|
19
|
+
, Codeberg https://codeberg.org/onlyfanssearch/onlyfanssearch , Wakelet https://wakelet.com/@onlyfanssearch
|
|
20
|
+
.'
|
|
21
|
+
email:
|
|
22
|
+
- info@onlyfanssearch.co
|
|
23
|
+
executables: []
|
|
24
|
+
extensions: []
|
|
25
|
+
extra_rdoc_files: []
|
|
26
|
+
files:
|
|
27
|
+
- README.md
|
|
28
|
+
- lib/onlyfanssearch.rb
|
|
29
|
+
homepage: https://onlyfanssearch.co
|
|
30
|
+
licenses:
|
|
31
|
+
- MIT
|
|
32
|
+
metadata:
|
|
33
|
+
homepage_uri: https://onlyfanssearch.co
|
|
34
|
+
source_code_uri: https://github.com/onlyfanssearch/onlyfanssearch
|
|
35
|
+
documentation_uri: https://zenodo.org/records/22017171
|
|
36
|
+
changelog_uri: https://codeberg.org/onlyfanssearch/onlyfanssearch
|
|
37
|
+
bug_tracker_uri: https://github.com/onlyfanssearch/onlyfanssearch/issues
|
|
38
|
+
wiki_uri: https://wakelet.com/@onlyfanssearch
|
|
39
|
+
funding_uri: https://linktr.ee/onlyfanssearch
|
|
40
|
+
mailing_list_uri: https://www.producthunt.com/products/onlyfans-search
|
|
41
|
+
rdoc_options: []
|
|
42
|
+
require_paths:
|
|
43
|
+
- lib
|
|
44
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
45
|
+
requirements:
|
|
46
|
+
- - ">="
|
|
47
|
+
- !ruby/object:Gem::Version
|
|
48
|
+
version: 2.6.0
|
|
49
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
50
|
+
requirements:
|
|
51
|
+
- - ">="
|
|
52
|
+
- !ruby/object:Gem::Version
|
|
53
|
+
version: '0'
|
|
54
|
+
requirements: []
|
|
55
|
+
rubygems_version: 3.6.7
|
|
56
|
+
specification_version: 4
|
|
57
|
+
summary: OnlyFans Search - the OnlyFans search engine (https://onlyfanssearch.co)
|
|
58
|
+
test_files: []
|