https://github.com/rivallar/vk_mem_bot
:laughing: A memes-bot for VKontakte social network.:smile:
https://github.com/rivallar/vk_mem_bot
bot memes python vkontakte
Last synced: 6 months ago
JSON representation
:laughing: A memes-bot for VKontakte social network.:smile:
- Host: GitHub
- URL: https://github.com/rivallar/vk_mem_bot
- Owner: Rivallar
- Created: 2022-07-04T07:52:24.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-06-29T13:25:09.000Z (about 3 years ago)
- Last Synced: 2025-04-05T22:42:03.491Z (over 1 year ago)
- Topics: bot, memes, python, vkontakte
- Language: Python
- Homepage:
- Size: 366 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vk_mem_bot
:laughing: A memes-bot for VKontakte social network.:smile:
### Description
Simple bot for social network VKontakte.
It collects posts from pinned publics, filters only the freshest ones and sends them to a user **at one click**!
### Functionality
You can:
- get posts from all your publics at once
- get posts from a single public
- list your groups
- add/delete groups from your list
- list all available commands
- get button menu
Almost everything can be done via button menu.
The only two commands you really need to type are: **"кнопки"** to get button menu and **"\+groupname"** to add a new group to your list.
There is also full list of commands in the code.
> :warning:WARNING:warning:: it works only with posts with images, so posts with videos will be skipped.
There are also some simple advertisement filters: no reposts and posts with big description are allowed.
And it sends each post only ones (except those pinned at the wall of a public).
### How to run:
`python3 vkbottle_bot.py`
You need python3 with vkbottle module installed, your bot and app tokens and vkontakte public with all neccessary bot settings.
### Future developement
Although I am totally fine with bots functionality I may consider to add several tweaks to it in the future: an option to send video posts and an option to see posts that where already sent.

