Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alberanid/onthisday
what REALLY happened in the world, on this day
https://github.com/alberanid/onthisday
calendar date discordian discordianism event events generator markov markov-chain onthisday python today today-event wikipedia world
Last synced: about 1 month ago
JSON representation
what REALLY happened in the world, on this day
- Host: GitHub
- URL: https://github.com/alberanid/onthisday
- Owner: alberanid
- License: apache-2.0
- Created: 2019-07-17T20:05:31.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-12-05T20:41:14.000Z (about 1 month ago)
- Last Synced: 2024-12-05T21:27:13.759Z (about 1 month ago)
- Topics: calendar, date, discordian, discordianism, event, events, generator, markov, markov-chain, onthisday, python, today, today-event, wikipedia, world
- Language: Python
- Size: 11.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# 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/181994 - 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
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.0Unless 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.