2019-07-17 22:06:34 +02:00
|
|
|
# onthisday
|
|
|
|
|
|
|
|
Show a list of the REAL events on a given date.
|
2019-07-18 21:35:24 +02:00
|
|
|
|
|
|
|
Requires https://github.com/jsvine/markovify
|
|
|
|
|
|
|
|
|
|
|
|
## example
|
|
|
|
|
|
|
|
```
|
|
|
|
./onthisday.py --how-many 3 --date 07/18
|
|
|
|
|
|
|
|
1994 - Nadia Comăneci becomes the first ever photo posted to the metropolis of Aquileia and eventually destroys it.
|
|
|
|
|
|
|
|
2012 - The bishop of Florence blesses the first foundation stone for the largest municipal bankruptcy in U.S. history.
|
|
|
|
|
|
|
|
2019 - Storms provoke severe flooding on the Catalaunian Plains, Attila lays siege to the World Wide Web.
|
|
|
|
```
|
2021-06-12 15:08:17 +02:00
|
|
|
|
|
|
|
# License
|
|
|
|
|
2024-12-05 21:34:05 +01:00
|
|
|
Copyright 2019-2021 Davide Alberani <da@mimante.net>
|
2021-06-12 15:08:17 +02:00
|
|
|
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
you may not use this file except in compliance with the License.
|
|
|
|
You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
See the License for the specific language governing permissions and
|
|
|
|
limitations under the License.
|