The source code of this furry friend was left on the old operating system, which I safely demolished
git clone https://github.com/Vlvdik/poncho-remastered
touch config.py
cat config.py
import sqlite3
# You can use another one, but then maybe you need to change the queries and methods of working with the DB
db = sqlite3.connect('name_db.db')
cursor = db.cursor()
# ...............................|
# Some execute for create tables |
#................................|
group_id = 'Your group ID, integer'
bot_id = 'Your bot ID, integer'
main_token = 'Your API token from VK group'
HEADERS = {'User_agent': 'Your user agent'}
# .....................................
# In the same way we add the rest of the parameters to support the functionality
make run