File size: 22,032 Bytes
c9329ee f8521a3 c9329ee 8f9431d c9329ee ee63075 c9329ee a34dd9e c9329ee ee63075 610e2b6 c9329ee ee63075 c9329ee 02b762b c9329ee ee63075 c9329ee ee63075 c9329ee ee63075 c9329ee dcc8ad1 aa1cf8a c9329ee aa1cf8a f8521a3 c9329ee aa1cf8a c9329ee aa1cf8a c9329ee aa1cf8a c9329ee ee63075 c9329ee ee63075 c9329ee ee63075 c9329ee ee63075 c9329ee ee63075 c9329ee ee63075 c9329ee ee63075 c9329ee ee63075 c9329ee ee63075 c9329ee dcc8ad1 c9329ee f8521a3 dcc8ad1 aa1cf8a dcc8ad1 aa1cf8a dcc8ad1 f8521a3 dcc8ad1 f8521a3 dcc8ad1 29ca009 dcc8ad1 c9329ee dcc8ad1 c9329ee dcc8ad1 c9329ee dcc8ad1 c9329ee dcc8ad1 c9329ee 8f9431d dcc8ad1 8f9431d f8521a3 c9329ee dcc8ad1 29ca009 c9329ee dcc8ad1 c9329ee f8521a3 c9329ee dcc8ad1 c9329ee dcc8ad1 f8521a3 29ca009 dcc8ad1 29ca009 dcc8ad1 c9329ee dcc8ad1 29ca009 dcc8ad1 c9329ee dcc8ad1 29ca009 dcc8ad1 c9329ee dcc8ad1 29ca009 bacdae8 c9329ee dcc8ad1 bacdae8 2619c32 bacdae8 dcc8ad1 2b6471a 2619c32 dcc8ad1 29ca009 dcc8ad1 f8521a3 dcc8ad1 f8521a3 dcc8ad1 f8521a3 dcc8ad1 f8521a3 dcc8ad1 f8521a3 dcc8ad1 29ca009 dcc8ad1 c9329ee dcc8ad1 f8521a3 dcc8ad1 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 |
import hashlib
import secrets
from http.server import BaseHTTPRequestHandler, HTTPServer
import threading
import os
import time
import datetime
from line_db import DatabaseManager
from urllib.parse import urlencode
from taipy.gui import navigate, invoke_long_callback, notify # type: ignore
from gradio_client import Client
import pandas as pd
from requests_oauthlib import OAuth2Session
import requests
import schedule
import threading
from timing_lin import *
from apscheduler.schedulers.background import BackgroundScheduler
from apscheduler.triggers.cron import CronTrigger
from functools import partial
active_jobs = {}
def run_scheduler():
"""Fonction pour faire tourner le scheduler en arrière-plan"""
while True:
schedule.run_pending()
time.sleep(1)
def clear_all_schedules():
"""Fonction utilitaire pour supprimer toutes les tâches planifiées"""
schedule.clear()
print("🧹 Toutes les tâches ont été supprimées", flush=True)
Linked_account_name = " "
Linked_social_network = " "
data_schedule ={}
scope = ['openid', 'profile', 'email', 'w_member_social']
time_value_hour = 18
time_value_minute = 00
day_value = "Monday"
Linked_social_network = "Linkedin"
api_key_hugging = os.environ.get("hugging_key")
Source_table = {}
data_account = {}
data_schedule = {}
data_schedule_before = {}
Source_table_before = {}
data_account_before = {}
url: str = os.environ.get("SUPABASE_URL") # type: ignore
key: str = os.environ.get("SUPABASE_KEY") # type: ignore
is_logged_in = False
current_user = None
message= ''
show_register= False
login_email= ''
login_password= ''
register_email= ''
register_password= ''
confirm_password= ''
source_ = " "
source_add_message = " "
user_inf = " "
generated_post = "test"
token = " "
authorization_url = " "
urlss = ""
states = ""
social_network = "Linkedin"
db_manager = DatabaseManager(url,key)
client = Client("Zelyanoth/Linkedin_poster_dev",hf_token = api_key_hugging)
client_id = os.environ.get("CLIENT_ID")
redirect_url = os.environ.get("RED_URL")
client_secret = os.environ.get("CLIENT_SECRET")
linkedin = OAuth2Session(client_id, redirect_uri=redirect_url, scope=scope)
def wait(delay):
time.sleep(delay)
def replanifier_toutes_les_tâches(df):
# Efface toutes les anciennes tâches
clear_all_schedules()
df.apply(
lambda r: planifier_ligne_pub(r["id"],r["id_social"], r["user_id"], r["schedule_time"],r["social_network"],r["adjusted_time"]),
axis=1
)
df.apply(
lambda r: planifier_ligne_gen(r["id"],r["id_social"], r["user_id"], r["schedule_time"],r["social_network"],r["adjusted_time"]),
axis=1
)
def post_generation_for_robot(id,social,idd) :
try :
print("⏳ Tâche planifizzzzzzzzzzzzzzzée pour",flush = True)
generated_post = client.predict(
code=id,
api_name="/poster_linkedin"
)
generated_post = eval(generated_post)
print(generated_post,flush = True)
print(generated_post[1],flush = True)
db_manager.add_post(social,generated_post[0],idd)
except Exception as e:
print("Erreur dans gen():", e, flush=True)
def post_publishing_for_robot(id_social,id_user,idd,ss) :
try :
print("⏳ Tâche planifiée pour post_pubsih",flush = True)
resp = db_manager.fetching_user_identif(id_user,ss)
dd = db_manager.fetching_post(id_social,idd)
data = pd.DataFrame(resp.data)
print(data)
first = data[data['id'] == id_social].iloc[0]
token_value = first["token"]
sub_value = first["sub"]
post = dd["Text_content"].iloc[0]
img = dd["image_content_url"].iloc[0]
url = "https://api.linkedin.com/v2/ugcPosts"
headers = {
"Authorization": f"Bearer {token_value}",
"X-Restli-Protocol-Version": "2.0.0",
"Content-Type": "application/json"
}
if img is not None:
register_body = {
"registerUploadRequest": {
"recipes": ["urn:li:digitalmediaRecipe:feedshare-image"],
"owner": sub_value,
"serviceRelationships": [{
"relationshipType": "OWNER",
"identifier": "urn:li:userGeneratedContent"
}]
}
}
r = requests.post("https://api.linkedin.com/v2/assets?action=registerUpload",
headers=headers, json=register_body)
datar = r.json()["value"]
upload_url = datar["uploadMechanism"]["com.linkedin.digitalmedia.uploading.MediaUploadHttpRequest"]["uploadUrl"]
asset_urn = datar["asset"]
upload_headers = {
"Authorization": f"Bearer {token_value}",
"X-Restli-Protocol-Version": "2.0.0",
"Content-Type": "application/octet-stream"
}
response = requests.put(upload_url, headers=upload_headers, data=img)
if response.status_code not in (200,201):
print("Erreur upload:", response.status_code, response.text)
post_body = {
"author": sub_value,
"lifecycleState": "PUBLISHED",
"specificContent": {
"com.linkedin.ugc.ShareContent": {
"shareCommentary": {"text": post},
"shareMediaCategory": "IMAGE",
"media": [{
"status": "READY",
"media": asset_urn,
"description": {"text": "Une belle image"},
"title": {"text": "Titre image"}
}]
}
},
"visibility": {"com.linkedin.ugc.MemberNetworkVisibility": "PUBLIC"}
}
resp = requests.post("https://api.linkedin.com/v2/ugcPosts",
headers=headers, json=post_body)
print(resp.status_code, resp.text)
else:
print("⏳ Tâche planifiée pour gfjfxd",flush = True)
body = {
"author": f"urn:li:person:{sub_value}",
"lifecycleState": "PUBLISHED",
"specificContent": {
"com.linkedin.ugc.ShareContent": {
"shareCommentary": {
"text": post
},
"shareMediaCategory": "NONE"
}
},
"visibility": {
"com.linkedin.ugc.MemberNetworkVisibility": "PUBLIC"
}
}
resp = requests.post(url, headers=headers, json=body)
db_manager.update_post(id_social,idd)
print([resp.status_code, resp.text],flush = True)
except Exception as e:
print("Erreur dans post():", e, flush=True)
def planifier_ligne_pub(id_schedule, id_social, user_id, schedule_time_str, ss, adjusted_time):
# Parse schedule_time_str and adjusted_time
parts = schedule_time_str.strip().split()
part_adj = adjusted_time.strip().split()
if len(parts) != 2 or ':' not in parts[1]:
print(f"❌ Format invalide : {schedule_time_str}", flush=True)
return
if len(part_adj) != 2 or ':' not in part_adj[1]:
print(f"❌ Format invalide : {adjusted_time}", flush=True)
return
jour, hm = parts
jour_adj, hm_adj = part_adj
try:
hour, minute = map(int, hm.split(':'))
hour_adj, minute_adj = map(int, hm_adj.split(':'))
except ValueError:
print(f"❌ Heure invalide : {hm}", flush=True)
return
# Map day names to schedule format
day_map = {
"monday": schedule.every().monday,
"tuesday": schedule.every().tuesday,
"wednesday": schedule.every().wednesday,
"thursday": schedule.every().thursday,
"friday": schedule.every().friday,
"saturday": schedule.every().saturday,
"sunday": schedule.every().sunday,
}
jour_key = jour.lower()
jour_key_adj = jour_adj.lower()
if jour_key not in day_map or jour_key_adj not in day_map:
print(f"❌ Jour non reconnu : {jour}/{jour_adj}", flush=True)
return
# Remove previous jobs for this schedule
pub_job_id = f"publop-{id_schedule}-{schedule_time_str}--{id_social}"
gen_job_id = f"gen-{id_schedule}-{schedule_time_str}--{id_social}"
try:
# Supprimer les anciennes tâches si elles existent
if pub_job_id in active_jobs:
schedule.cancel_job(active_jobs[pub_job_id])
del active_jobs[pub_job_id]
if gen_job_id in active_jobs:
schedule.cancel_job(active_jobs[gen_job_id])
del active_jobs[gen_job_id]
except Exception as e:
print(f"❌ Erreur lors de la suppression des tâches : {e}", flush=True)
# Schedule publishing
pub_job = day_map[jour_key].at(f"{hour:02d}:{minute:02d}").do(
post_publishing_for_robot, id_social, user_id, id_schedule, ss
)
pub_job.tag = pub_job_id
# active_jobs[pub_job_id] = pub_job
# Schedule generation
# gen_job = day_map[jour_key_adj].at(f"{hour_adj:02d}:{minute_adj:02d}").do(
# post_generation_for_robot, user_id, id_social, id_schedule
# )
# gen_job.tag = gen_job_id
# active_jobs[gen_job_id] = gen_job
print(f"⏳ Scheduler: Tâche planifiée pour {pub_job.tag} ", flush=True)
def planifier_ligne_gen(id_schedule, id_social, user_id, schedule_time_str, ss, adjusted_time):
# Parse schedule_time_str and adjusted_time
parts = schedule_time_str.strip().split()
part_adj = adjusted_time.strip().split()
if len(parts) != 2 or ':' not in parts[1]:
print(f"❌ Format invalide : {schedule_time_str}", flush=True)
return
if len(part_adj) != 2 or ':' not in part_adj[1]:
print(f"❌ Format invalide : {adjusted_time}", flush=True)
return
jour, hm = parts
jour_adj, hm_adj = part_adj
try:
hour, minute = map(int, hm.split(':'))
hour_adj, minute_adj = map(int, hm_adj.split(':'))
except ValueError:
print(f"❌ Heure invalide : {hm}", flush=True)
return
# Map day names to schedule format
day_map = {
"monday": schedule.every().monday,
"tuesday": schedule.every().tuesday,
"wednesday": schedule.every().wednesday,
"thursday": schedule.every().thursday,
"friday": schedule.every().friday,
"saturday": schedule.every().saturday,
"sunday": schedule.every().sunday,
}
jour_key = jour.lower()
jour_key_adj = jour_adj.lower()
if jour_key not in day_map or jour_key_adj not in day_map:
print(f"❌ Jour non reconnu : {jour}/{jour_adj}", flush=True)
return
# Remove previous jobs for this schedule
pub_job_id = f"publop-{id_schedule}-{schedule_time_str}--{id_social}"
gen_job_id = f"gen-{id_schedule}-{schedule_time_str}--{id_social}"
try:
# Supprimer les anciennes tâches si elles existent
if pub_job_id in active_jobs:
schedule.cancel_job(active_jobs[pub_job_id])
del active_jobs[pub_job_id]
if gen_job_id in active_jobs:
schedule.cancel_job(active_jobs[gen_job_id])
del active_jobs[gen_job_id]
except Exception as e:
print(f"❌ Erreur lors de la suppression des tâches : {e}", flush=True)
# # Schedule publishing
# pub_job = day_map[jour_key].at(f"{hour:02d}:{minute:02d}").do(
# post_publishing_for_robot, id_social, user_id, id_schedule, ss
# )
# pub_job.tag = pub_job_id
# # active_jobs[pub_job_id] = pub_job
# Schedule generation
gen_job = day_map[jour_key_adj].at(f"{hour_adj:02d}:{minute_adj:02d}").do(
post_generation_for_robot, user_id, id_social, id_schedule
)
gen_job.tag = gen_job_id
active_jobs[gen_job_id] = gen_job
print(f"⏳ Scheduler: Tâche planifiée pour {gen_job.tag} ", flush=True)
def add_scheduling(state):
"""Add new scheduling with thread safety"""
if isinstance(state.day_value, list):
for day in state.day_value:
timesche = f"{day} {int(state.time_value_hour)}:{int(state.time_value_minute)}"
# Get current schedule
df = db_manager.fetch_schedule_table()
if not df.empty:
df, final_time = add_request(df, timesche)
else:
jour, horaire = timesche.split()
horaire = horaire.replace(';', ':')
h, m = map(int, horaire.split(':'))
m -= 5 # 7 minutes before for generation
final_time = f"{jour} {h}:{m:02d}"
# Add to database
db_manager.create_scheduling_for_user(
state.user_inf.user.id,
state.Linked_social_network,
timesche,
final_time
)
else:
timesche = f"{state.day_value} {int(state.time_value_hour)}:{int(state.time_value_minute)}"
# Get current schedule
df = db_manager.fetch_schedule_table()
if not df.empty:
df, final_time = add_request(df, timesche)
else:
jour, horaire = timesche.split()
horaire = horaire.replace(';', ':')
h, m = map(int, horaire.split(':'))
m -= 5 # 7 minutes before for generation
final_time = f"{jour} {h}:{m:02d}"
# Add to database
db_manager.create_scheduling_for_user(
state.user_inf.user.id,
state.Linked_social_network,
timesche,
final_time
)
# Refresh the schedule after adding
df = db_manager.fetch_schedule_table()
state.data_schedule = db_manager.fetch_schedule_table_acc(state.user_inf.user.id)
# Reschedule all tasks
replanifier_toutes_les_tâches(df)
print(f"✅ Scheduling added successfully", flush=True)
def planning():
df = db_manager.fetch_schedule_table()
if not df.empty :
replanifier_toutes_les_tâches(df)
def post_publishing(state) :
resp = db_manager.fetching_user_identif(state.user_inf.user.id,state.social_network)
data = pd.DataFrame(resp.data)
first = data[data['social_network'] == state.social_network].iloc[0]
token_value = first["token"]
sub_value = first["sub"]
url = "https://api.linkedin.com/v2/ugcPosts"
headers = {
"Authorization": f"Bearer {token_value}",
"X-Restli-Protocol-Version": "2.0.0",
"Content-Type": "application/json"
}
body = {
"author": f"urn:li:person:{sub_value}",
"lifecycleState": "PUBLISHED",
"specificContent": {
"com.linkedin.ugc.ShareContent": {
"shareCommentary": {
"text": state.generated_post
},
"shareMediaCategory": "NONE"
}
},
"visibility": {
"com.linkedin.ugc.MemberNetworkVisibility": "PUBLIC"
}
}
resp = requests.post(url, headers=headers, json=body)
print([resp.status_code, resp.text],flush = True)
def post_generation(id) :
generated_post = client.predict(
code=id,
api_name="/poster_linkedin"
)
generated_post = eval(generated_post)
generated_post = generated_post[0]
return generated_post
def post_generation_status(state, status,result):
if status:
state.generated_post = result
notify(state, "success", "The heavy function has finished!")
else:
notify(state, "error", "The heavy function has failed")
def post_generation_(state):
id = state.user_inf.user.id
state.generated_post = " Generation en cours..."
invoke_long_callback(state,post_generation,[id],post_generation_status)
def authen(state) :
if state.Linked_social_network == "Linkedin" :
print("jhdijb",flush = True)
state.urlss, state.states = linkedin.authorization_url(
'https://www.linkedin.com/oauth/v2/authorization'
)
navigate(state, state.urlss)
def on_my_clicking(state, action, payload) :
print(action,flush = True)
print(payload["args"][0],flush = True)
if payload["args"][0] == "Accueil" :
on_logout(state)
navigate(state, payload["args"][0])
return " "
def add_source(state) :
result = client.predict(
rss_link=state.source_ + "__thi_irrh'èçs_my_id__! "+state.user_inf.user.id,
api_name="/ajouter_rss"
)
state.source_add_message = result
data = db_manager.fetch_source_table(state.user_inf.user.id)
state.Source_table = pd.DataFrame(data)
def delete_source(state, var_name: str, payload: dict) :
state.Source_table_before = state.Source_table
state.get_gui().table_on_delete(state, var_name, payload)
diff = state.Source_table_before.merge(state.Source_table, how="outer", indicator=True) \
.query('_merge != "both"') \
.drop(columns='_merge')
valeurs = diff['id'].tolist()
db_manager.delete_from_table("Source",valeurs)
def delete_account(state, var_name: str, payload: dict) :
state.data_account_before = state.data_account
state.get_gui().table_on_delete(state, var_name, payload)
diff = state.data_account_before.merge(state.data_account, how="outer", indicator=True) \
.query('_merge != "both"') \
.drop(columns='_merge')
valeurs = diff['id'].tolist()
db_manager.delete_from_table("Social_network",valeurs)
def delete_schedule(state, var_name: str, payload: dict) :
state.data_schedule_before = state.data_schedule
state.get_gui().table_on_delete(state, var_name, payload)
diff = state.data_schedule_before.merge(state.data_schedule, how="outer", indicator=True) \
.query('_merge != "both"') \
.drop(columns='_merge')
valeurs = diff['id'].tolist()
db_manager.delete_from_table("Scheduling",valeurs)
def on_login(state, payload):
"""Handle login form submission"""
time.sleep(0.7)
email = state.login_email
password = state.login_password
if not email or not password:
state.message = "Please enter both email and password"
return
success, message, state.user_inf = db_manager.authenticate_user(email, password)
if user_inf is None:
# Handle the case when authentication fails
state.message = message
return
if success:
state.current_user = email
data = db_manager.fetch_source_table(state.user_inf.user.id)
dataac = db_manager.fetch_account_table(state.user_inf.user.id)
print(state.Linked_social_network,flush = True)
state.data_schedule = db_manager.fetch_schedule_table_acc(state.user_inf.user.id)
state.data_account = pd.DataFrame(dataac)
if not state.data_account.empty :
state.Linked_social_network = state.data_account["account_name"].iloc[0]
state.Source_table = pd.DataFrame(data)
navigate(state, "Source_Management")
state.is_logged_in = True
state.message = f"Welcome back, {email}!"
# Clear form
state.login_email = ""
state.login_password = ""
else:
if message == "Compte non confirmé":
state.message = "Votre compte n'est pas encore activé. Veuillez vérifier votre email pour activer votre compte."
elif message == "Compte non existant":
state.message = "Email ou mot de passe incorrect."
else:
state.message = "Email ou mot de passe incorrect."
def on_register(state):
"""Handle registration form submission"""
time.sleep(0.7)
email = state.register_email
password = state.register_password
confirm_password = state.confirm_password
if not email or not password or not confirm_password:
state.message = "Please fill in all fields"
return
if password != confirm_password:
state.message = "Passwords do not match"
return
if len(password) < 8:
state.message = "Password must be at least 8 characters long"
return
success, message,user_inf = db_manager.create_user(email, password) # type: ignore
if success:
state.message = "Un lien d'activation a été envoyé à votre adresse email. Veuillez vérifier votre boîte de réception pour activer votre compte."
state.show_register = False
# Clear form
state.register_email = ""
state.register_password = ""
state.confirm_password = ""
else:
state.message = message or "Erreur lors de l'inscription. Veuillez réessayer."
def on_logout(state):
"""Handle logout"""
state.current_user = None
state.is_logged_in = False
state.message = "Logged out successfully"
state.login_email = ""
state.login_password = ""
def toggle_register(state):
"""Toggle between login and register forms"""
state.show_register = not state.show_register
state.message = ""
state.login_email = ""
state.login_password = ""
state.register_email = ""
state.register_password = ""
state.confirm_password = ""
|