Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sanxiyn/dating

Dating sites crawler
https://github.com/sanxiyn/dating

Last synced: 23 days ago
JSON representation

Dating sites crawler

Awesome Lists containing this project

README

        

You need to have [Scrapy](https://scrapy.org/) installed. Example usage:

```
$ scrapy runspider -a n=30 -o behappy2day-30.jl behappy2day.py
$ cat behappy2day-30.jl | jq -c 'select(.country == "Ukraine") | {id, url}' | head -n 40 > UA.jl
$ python download.py UA.jl UA
$ python build_html.py behappy2day UA.jl UA.html
```