https://github.com/agmmnn/nis-scraper
Scrapy script to scrape nisanyansozluk.com
https://github.com/agmmnn/nis-scraper
cli crawler python scraper
Last synced: about 1 year ago
JSON representation
Scrapy script to scrape nisanyansozluk.com
- Host: GitHub
- URL: https://github.com/agmmnn/nis-scraper
- Owner: agmmnn
- Created: 2021-08-21T19:37:21.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-02T20:22:46.000Z (over 3 years ago)
- Last Synced: 2025-02-14T02:49:27.847Z (over 1 year ago)
- Topics: cli, crawler, python, scraper
- Language: Python
- Homepage:
- Size: 141 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
## How to Use
```
scrapy crawl nis -o nisanyansozluk.json --logfile log.log -s FEED_EXPORT_ENCODING=utf-8
```
### How to get wordlist:
```
Post request to:
https://www.nisanyansozluk.com/api/search/advanced
Raw body:
{"word":"*"}
```