lgg / vk-to-telegram-bot

Bot for auto-reposting posts from VK to Telegram channel
129 stars 21 forks source link

Corrected filepaths, added support for posting photo-preview on attached links, changed time() to uniqid() for temporary filename generation #37

Closed dmitry4m closed 6 years ago

dmitry4m commented 6 years ago

Changes on Config-sample.php for correct directory selection, when reading and writing log and data files. This allows to run script from any path, not onli from script's home folder.

Changes on Manager.php allows to include photo preview of links as photos.

Changes on TelegramApi.php are for excluding bug with temporary filename generation based on time() function. Changed with uniqid()

lgg commented 6 years ago

@dmitry4m thank you!