32 lines
1.1 KiB
Markdown
32 lines
1.1 KiB
Markdown
# onthisday
|
|
|
|
Show a list of the REAL events on a given date.
|
|
|
|
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.
|
|
```
|
|
|
|
# License
|
|
|
|
Copyright 2019-2021 Davide Alberani <da@mimante.net>
|
|
|
|
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.
|