A Telegram-scraper for ponyexpress.
- Install
poetry
if you don't have it:pipx install poetry
. - Clone this repo, go into the repo's folder.
- Install the dependencies with
poetry install
and spawn a shell in your new virtual environment withpoetry shell
. - To run tests type
pytest
, to try ponyexpress-telegram runponyexpress-telegram --help
.
Philipp Kessling under MIT.