Volodymyr Fedorets
Winning proposal- Projects 28
- Rating -
- Rating 1 530
Budget: 500 UAH Deadline: 1 day
Welcome, I will do it today, write.
Great experience in the development of bots in tg.
Budget: 500 UAH Deadline: 3 days
Is this a static change? What is in it, give it more detailed in personal information.
Messages
Budget: 500 UAH Deadline: 1 day
Good day !
I have more than 3 years of experience with Python and SQL. It will take no more than an hour.
I will be happy to cooperate!
Proposals are currently absent
-
Demianss Demianss
18 April 2023
list_of_groups = []
a = []
text=(СЮДА ВСТАВИТЬ ТЕКСТ, а необходимо чтобы text брал с третьей графы stats.db)
connection = sqlite3.connect("stats.db")
cursor = connection.cursor()
try:
cursor.execute('''CREATE TABLE chats(
id INTEGER,
time TEXT)
''')
connection.commit()
except:
pass
@app.on_message(filters.command("time", prefixes="/") & filters.me)
async def time(_, msg: Message):
global text
global connection
global list_of_groups
global cursor
check = cursor.execute("SELECT * FROM chats").fetchall()
done_list = str(check).replace(", '", "/").replace("(", "").replace(")", "").replace(",", "").replace("'",
"").replace(
"[", "").replace("]", "").split()
list_of_groups = done_list
start, end = map(str, msg.text.replace("/time ", "").split())
now = datetime.datetime.now()
used = []
while True:
now = datetime.datetime.now()
if str(now)[11:16] == start:
for group in list_of_groups:
nud, interval = map(str, group.replace("/", " ").split())
try:
await app.send_message(chat_id=int(nud), text=text)
except:
pass
break
await sleep(60)
Current freelance projects in the category Bot Development
-
67 USD
Signal bot for trading
Python 55 proposals 31 July
-
Not specified
Creation of an OLX bot
49 proposals 30 July
-
Not specified
Create an SEO system based on n8n
AI & Machine Learning 51 proposals 30 July
-
38 USD
Парсинг маркетплейсу
Data Parsing 31 proposals 30 July
-
68 USD
Post reposting bot for Telegram
85 proposals 28 July