Pydatebot
Telegram dating bot written on python/aiogram
Install / Use
/learn @mo11ygraves/PydatebotREADME
DatingBot❤️
Telegram dating bot written on python/aiogram
- Using postgresql as database
- Heroku as deployment service for application
P.S Heroku was used to deploy both of them
- database and application
Usage:
Worker: main.py
- Download side-packages from requirements.txt
- Rename example.env to .env
- Change all global variables in .env file
SQL tables structure
Table "users"
place for storing personal data of users
CREATE TABLE users (
chat_id integer NOT NULL,
photo character varying,
city character varying,
gender character varying,
name character varying,
preference character varying,
about character varying,
age integer,
active character varying,
CONSTRAINT users_pkey PRIMARY KEY (chat_id)
)
Table "likes"
centralized table of likes
CREATE TABLE likes (
id integer NOT NULL,
liker character varying(30),
liked character varying(30),
mutual character varying(30),
CONSTRAINT likes_pkey PRIMARY KEY (id)
)
Don't forget to repo's support author with your star⭐
Related Skills
feishu-drive
346.4k|
things-mac
346.4kManage Things 3 via the `things` CLI on macOS (add/update projects+todos via URL scheme; read/search/list from the local Things database)
clawhub
346.4kUse the ClawHub CLI to search, install, update, and publish agent skills from clawhub.com
postkit
PostgreSQL-native identity, configuration, metering, and job queues. SQL functions that work with any language or driver
