An open API service indexing awesome lists of open source software.

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"

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
```