Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/donbarbos/yale_celi_list_parser
- Owner: donBarbos
- Created: 2022-12-24T16:31:32.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-25T16:30:45.000Z (10 months ago)
- Last Synced: 2024-02-25T17:38:56.010Z (10 months ago)
- Topics: celi, companies, companies-list, csv, dataset, list, open-data, parser, python, selenium, selenium-webdriver, yale
- Language: Python
- Homepage: https://kaggle.com/datasets/donbarbos/yale-list-of-companies-leaving-staying-in-russia
- Size: 274 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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