https://github.com/struct78/lesswecorrect
A Twitter bot that corrects people who say "less we forget" instead of "lest we forget"
https://github.com/struct78/lesswecorrect
Last synced: 12 months ago
JSON representation
A Twitter bot that corrects people who say "less we forget" instead of "lest we forget"
- Host: GitHub
- URL: https://github.com/struct78/lesswecorrect
- Owner: struct78
- Created: 2015-04-01T09:41:44.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-04-24T04:36:45.000Z (about 10 years ago)
- Last Synced: 2025-05-19T04:08:40.342Z (about 1 year ago)
- Language: Python
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Less We Correct
A Twitter bot that corrects people who say "less we forget" instead of "lest we forget".
To run, use the command:
```
nohup python lesswecorrect.py > lesswecorrect.log &
```
If you are running it on a remote host, you can use screen and then disconnect your session.
```
screen -R LessWeCorrect
nohup python lesswecorrect.py > lesswecorrect.log &
```
Then close the screen
```
ctrl+a
d
```