init: données initiales abonnel.fr

This commit is contained in:
Folio
2026-05-15 09:29:56 +02:00
commit 69abe1fc67
3518 changed files with 104609 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

@@ -0,0 +1,15 @@
# Récupérer la liste des abonnés Twitter
## Recette IFTTT
Ajouter une recette IFTTT pour mémoriser les abonnés au fur et à mesure de leur abonnement dans un tableau Google.
![](new_follower_add_spreads.png)
## Exporter la liste des abonnées actuelle
1. CTRL + C de la page des abonnés
![](twitter_abonnes_selectionnes.png)
2. CTRL + V dans un fichier texte `abonne_twitter.txt`
![](twitter_texte.png)
3. Exécution de la commande `grep '@' abonne_twitter.txt|cut -f 1 -d ' '>abonne_twitter_2.txt`
@@ -0,0 +1,18 @@
{
"uuid": "34dfdad3-9872-43a1-942c-1d1daf69a7a6",
"slug": "recuperer-liste-abonnes-twitter",
"title": "Récupérer la liste des abonnés Twitter",
"author": "cedric@abonnel.fr",
"published": true,
"published_at": "2020-04-17 18:06:34",
"created_at": "2020-04-17 18:06:34",
"updated_at": "2020-04-17 18:06:34",
"revisions": [],
"cover": "",
"files_meta": [],
"external_links": [],
"seo_title": "",
"seo_description": "",
"og_image": "",
"category": "Informatique"
}