DenizShabani / telegramscraper

Scraper and adder for Telegram supporting multiple accounts at the same time. Adds via Telegram API and only by username. For adding via ID and not needing Telgram API contact me.
https://t.me/GitHubScriptsHelp
MIT License
371 stars 168 forks source link

Linux path format #29

Open firebird631 opened 1 year ago

firebird631 commented 1 year ago

Most of the path uses \ for Windows but are not compatible with Linux path and make wrong sessions et members files locations.

Fix should be to use the os.path.join function to be compatible for every OS.

But / is compatible with Windows also and then replacing the \ by / might works too.