Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/natsionalnoedostoyanie/metro_parser
Parser for the METRO site
https://github.com/natsionalnoedostoyanie/metro_parser
aiohttp parsing poetry
Last synced: about 17 hours ago
JSON representation
Parser for the METRO site
- Host: GitHub
- URL: https://github.com/natsionalnoedostoyanie/metro_parser
- Owner: NatsionalnoeDostoyanie
- Created: 2024-10-30T16:57:38.000Z (16 days ago)
- Default Branch: master
- Last Pushed: 2024-10-30T17:39:17.000Z (16 days ago)
- Last Synced: 2024-10-30T18:21:06.546Z (16 days ago)
- Topics: aiohttp, parsing, poetry
- Language: Python
- Homepage:
- Size: 236 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The Metro Parser
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Imports: isort](https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336)](https://pycqa.github.io/isort/)
[![python](https://img.shields.io/badge/Python-3.12-3776AB.svg?style=flat&logo=python&logoColor=white)](https://www.python.org)
[![Static Badge](https://img.shields.io/badge/aiohttp-3.10.10-%232C5BB4?logo=aiohttp)](https://docs.aiohttp.org/en/stable/)## Table of Contents
- [Set up and run](#set-up-and-run)## Set up and run
**You must have `poetry` installed in your OS:**
```bash
make install-main
make run
```**If you don't have `poetry`:**
```bash
python3 -m venv .venv# Linux:
source .venv/bin/activate# Windows:
.venv\Scripts\activatepip install -r requirements/main.txt
python3 metro_parser/main.py
```