Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/donbarbos/yale_celi_list_parser

🏢 Yale CELI List of Companies Leaving and Staying in Russia, dataset and parser
https://github.com/donbarbos/yale_celi_list_parser

celi companies companies-list csv dataset list open-data parser python selenium selenium-webdriver yale

Last synced: about 1 month ago
JSON representation

🏢 Yale CELI List of Companies Leaving and Staying in Russia, dataset and parser

Awesome Lists containing this project

README

        

### Yale List of Companies Leaving, Staying in Russia

> this parser was written to collect a "Yale CELI List of Companies Leaving and Staying in Russia"

[article](https://som.yale.edu/story/2022/over-1000-companies-have-curtailed-operations-russia-some-remain)\
[old dataset on kaggle](https://www.kaggle.com/datasets/stereobooster/yale-som)\
[my dataset on kaggle](https://www.kaggle.com/datasets/donbarbos/yale-list-of-companies-leaving-staying-in-russia)\
[my dataset on github](https://raw.githubusercontent.com/donBarbos/Yale_CELI_List_Parser/main/Yale_CELI_List_of_Companies_Leaving_and_Staying_in_Russia.csv)

**Last Updated**: October 25, 2023

### user's manual

1. install dependencies

```bash
# using pip
pip install -r requirements.txt
# or using poetry
poetry install
poetry shell
```

2. run bot

```bash
python -m bot
```

3. and you get `*.csv` file

---

This work is licensed under a [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License][cc-by-nc-sa].

[![CC BY-NC-SA 4.0][cc-by-nc-sa-image]][cc-by-nc-sa]

[cc-by-nc-sa]: http://creativecommons.org/licenses/by-nc-sa/4.0/
[cc-by-nc-sa-image]: https://licensebuttons.net/l/by-nc-sa/4.0/88x31.png