A Discord Bot that forwards the latest post from a VK community page to a Discord channel
The bot fetches the latest post from a VK community feed and publishes it to a Discord channel (supports sending only one image).
/ping - command to check if the bot is working
/post - publishes a post from the VK page in an embed format
The bot is configured in the config.json file.
token- Discord Bot Tokenvk_token- VK Application Tokenapp_id- VK Application IDgroup_id- VK community IDprefix- bot prefixchannel_id- Discord channel ID where the post will be sent
git clone https://github.com/Bebrowskiy/vk-to-discord-bot.gitcd vk-to-discord-bot/pip install -r requirements.txtcd Posting-Bot/python bot.py