Five Paupers in an Automobile
Five Paupers in an Automobile (Italian: Cinque poveri in automobile) is a 1952 Italian comedy film directed by Mario Mattoli and starring Eduardo De Filippo.[1]
Five Paupers in an Automobile | |
---|---|
![]() Film poster | |
Directed by | Mario Mattoli |
Written by | Cesare Zavattini Mario Amendola Aldo De Benedetti |
Starring | Eduardo De Filippo |
Cinematography | Mario Albertelli |
Edited by | Giuliana Attenni |
Release date |
|
Running time | 97 minutes |
Country | Italy |
Language | Italian |
Cast
- Eduardo De Filippo as Eduardo Moschettone
- Aldo Fabrizi as Cesare Baroni
- Titina De Filippo as Mariù Palombella
- Walter Chiari as Paolo
- Isa Barzizza as Cicci
- Hélène Rémy as Gina
- Luigi Cimara as Le placier
- Aldo Giuffré as Padella
- Arnoldo Foà as Alfredo
- Gianni Cavalieri as Gino Pranzi
- Carlo Romano as Rodolfo
- Nando Bruno as Battista
- Mario Pisu as Titolare dell'autosalone
- Raimondo Vianello as Maggiordomo
- Alberto Talegalli as Clemente
- Alberto Sorrentino as Padre ansioso
- Enzo Garinei as Cameriere
- Mario Feliciani as Parrucchiere
- Luigi Cimara as Investito
- Giulio Calì as Stalliere
- Mario Castellani as Regista
gollark: It filters out one guild on which I discuss somewhat real-world things, filters out DMs, removes pings, and reads the messages.csv files, as well as producing a CSV output for aitextgen.
gollark: ```python#!/usr/bin/env python3import os, os.path, json, csv, reOUT = "/tmp/messages.csv"with open(OUT, "w") as g: outwriter = csv.writer(g) DATA_ROOT = "/tmp/messages" for x in os.listdir(DATA_ROOT): dir = os.path.join(DATA_ROOT, x) if os.path.isdir(dir): with open(os.path.join(dir, "channel.json")) as f: meta = json.load(f) if meta["type"] == 0 and ("guild" not in meta or meta["guild"]["id"] != "771081279403065344"): print(x, meta.get("name", "???"), meta.get("guild", "???")) with open(os.path.join(dir, "messages.csv")) as f: r = csv.reader(f) for row in r: channel, timestamp, message, _ = row message = re.sub("<@[0-9]+>", "", message) outwriter.writerow((message, ))```
gollark: And the messages folder → CSV dumper is something like 20 lines of python.
gollark: Why the free time thing though? It's not like looking up how to do this is particularly time consuming.
gollark: Oh, well, this is faster.
References
- "New York Times: Five Paupers in an Automobile". NY Times. Archived from the original on 20 May 2011. Retrieved 1 August 2008.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.