Archived
1
0
Fork
You've already forked tchao
0
forked from tchao/tchao
Une base de personnalité qui donne envie de dire "ça c'est tchao"
This repository has been archived on 2026年02月03日. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
2025年01月12日 01:20:53 +00:00
ISSUE_TEMPLATE
code_of_conduct.md Add coc 2025年01月12日 01:20:53 +00:00
LICENSE
README.md Update README.md 2024年12月30日 13:26:14 +00:00
tchao.json Ajout Prabowo Subianto 2025年01月11日 22:46:35 +00:00

Tchao

Une base de personnalités qui donnent envie de dire "ça c'est tchao".

Pour comprendre Tchao :

Contribuer

Ajouter des noms

Cela se fait ici

Ajouter un message divers

Cela se fait ici

Schéma

La base est au format json et peut se résumer comme suit:

[
 {
 "name": "Pablo Picasso",
 "aliases": ["Picasso"],
 "image": "https://upload.wikimedia.org/wikipedia/commons/thumb/9/98/Pablo_picasso_1.jpg/255px-Pablo_picasso_1.jpg",
 "accusations": [
 {
 "accusation": "Violences conjuguales sur ces multiples compagnes",
 "sources": [
 {
 "title": "PICASSO = GROSSE MERDE ft. Rono",
 "link": "https://www.youtube.com/watch?v=gsuLpUTs50c",
 "format": "video"
 },
 {
 "title": ", séparer l'homme de l'artiste",
 "link": "https://www.venuslepodcast.com/episodes/picasso%2C-s%C3%A9parer-l'homme-de-l'artiste",
 "format": "audio"
 },
 {
 "title": "Critiques sur ses relations avec les femmes",
 "link": "https://fr.wikipedia.org/wiki/Pablo_#Critiques_sur_ses_relations_avec_les_femmes",
 "format": "text"
 }
 ]
 }
 ]
 },
 {
 "name": "Sam Altman",
 "image": "https://upload.wikimedia.org/wikipedia/commons/thumb/c/c8/Sam_Altman_TechCrunch_SF_2019_Day_2_Oct_3_%28cropped%29_%28cropped%29.jpg/330px-Sam_Altman_TechCrunch_SF_2019_Day_2_Oct_3_%28cropped%29_%28cropped%29.jpg",
 "accusations": [
 {
 "accusation": "Accusé pas sa sœur Annie Altman d'abus sexuels, physiques, émotionnels, verbaux, financiers et technologiques",
 "sources": [
 {
 "title": "The shocking and incestuous allegations made by Annie Altman, the sister of OpenAI CEO , explained",
 "link": "https://wegotthiscovered.com/true-crime/the-shocking-and-incestuous-allegations-made-by-annie-altman-the-sister-of-openai-ceo-sam-altman-explained/",
 "format": "text"
 }
 ]
 },
 {
 "accusation": "Soutien financier de Donal Trump",
 "sources": [
 {
 "title": "Tech moguls Altman, Bezos and Zuckerberg donate to Trump's inauguration fund",
 "link": "https://www.npr.org/2024/12/13/nx-s1-5227874/trump-bezos-zuckerberg-amazon-facebook-open-ai-meta-inauguration-fund",
 "format": "text"
 }
 ]
 }
 ]
 },
 {
 "name": "Gérard Miller",
 "accusations": [
 {
 "accusation": "Accusé de violences sexuelles par plusieurs femmes",
 "sources": [
 {
 "title": " dans « Le Monde », un boulimique médiatique dans la tourmente",
 "link": "https://www.lemonde.fr/m-le-mag/article/2024/02/07/gerard-miller-dans-le-monde-un-boulimique-mediatique-dans-la-tourmente_6215198_4500055.html",
 "format": "text",
 "paywall": true
 }
 ]
 }
 ]
 }
]