https://github.com/philtasticguy/scrapy-mojis
https://github.com/philtasticguy/scrapy-mojis
dataset emoji python scraper scraping scrapy unicode
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/philtasticguy/scrapy-mojis
- Owner: PhiltasticGuy
- Created: 2022-06-29T12:41:31.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-06-29T12:42:01.000Z (almost 3 years ago)
- Last Synced: 2025-02-08T19:41:43.533Z (4 months ago)
- Topics: dataset, emoji, python, scraper, scraping, scrapy, unicode
- Language: Python
- Homepage:
- Size: 3.54 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ML - Scrapy-mojis
The first run will take a few minutes as the HTTP requests are cached by `scrapy`.
The custom code is all contained in a single `spider` under `/ml_scrapy_mojis/spiders/unicode.py`.
You need to install the `scrapy` package before running it. You can use the following commands:
```bash
# Install scrapy.
pip install scrapy# Run the spider.
scrapy crawl unicode
```