https://github.com/codl/markov_done_quick
gdq donation messages generated by a markov chain
https://github.com/codl/markov_done_quick
Last synced: 8 months ago
JSON representation
gdq donation messages generated by a markov chain
- Host: GitHub
- URL: https://github.com/codl/markov_done_quick
- Owner: codl
- Created: 2018-06-25T01:06:33.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T02:09:59.000Z (over 3 years ago)
- Last Synced: 2025-04-05T02:51:15.266Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 15.7 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
> Long time watcher, fifth time watching, first time watcher, first time Donating. It's gone ahead and put this $25 for each time.
> May I suggest we kill cancer!
> Greeting from Norway! And of course Save the animals. Kill the animals
## install
```sh
pipenv sync
# or, if you don't have pipenv
pip install -r requirements.txt
```
## scrape
```sh
python main.py scrape
```
the scraper is real messy right now and crashes sometimes
and does not detect when it's gone past the last page of donations
theres a messages.csv included already containing all donations up to
during 2018-06-24 evening-ish
## build model
```sh
python main.py build-model
```
## run
```sh
python main.py say
```
some sample output is included at [sample.txt](/sample.txt) if you
can't be bothered to do any of these things