JustAnotherArchivist / snscrape

A social networking service scraper in Python
GNU General Public License v3.0
4.48k stars 711 forks source link

Is this library python poetry compatible? #985

Closed rbrooks95 closed 1 year ago

JustAnotherArchivist commented 1 year ago

What does 'poetry-compatible' mean? It's a regular Python package.

rbrooks95 commented 1 year ago

Like would I be able to use this package on poetry? Because something's don't work as good on poetry.

JustAnotherArchivist commented 1 year ago

Have you ... just tried it?

If you encounter any bugs due to snscrape's packaging, I'm happy to fix them given complete bug reports.

Elan456 commented 1 year ago

Yes, it works on Poetry. poetry add snscrape should add the non-dev version.