Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/philtasticguy/scrapy-mojis


https://github.com/philtasticguy/scrapy-mojis

dataset emoji python scraper scraping scrapy unicode

Last synced: 6 days ago
JSON representation

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
```