aboutsummaryrefslogtreecommitdiff
path: root/bot/sx-bot.el
Commit message (Collapse)AuthorAgeFilesLines
* Fix typosDamien Cassou2019-11-261-1/+1
| | | | Typos found with codespell.
* Update copyrightsSean Allred2018-01-281-1/+1
|
* Some fixes for the bot and the backoff.Artur Malabarba2015-07-021-9/+16
|
* Make the bot slower.Artur Malabarba2015-05-281-4/+4
|
* Miscellaneous changesSean Allred2015-01-031-8/+5
| | | | | * Use `sx-load' instead of the specific features we need * Use one `insert' form instead of two
* Fix title commentarySean Allred2015-01-031-2/+5
|
* Sort tag list before writingSean Allred2015-01-031-1/+3
| | | | This should ensure that diffs are as small as possible.
* Increase tag retrieval speedSean Allred2015-01-031-1/+2
|
* One tag per lineSean Allred2015-01-031-3/+9
| | | | This will make the diffs much shorter.
* Message after writing, not beforeSean Allred2015-01-021-2/+2
|
* Initialization for tag botSean Allred2015-01-021-0/+5
|
* Fix get-all function for tag botSean Allred2015-01-021-4/+14
| | | | | * write is done right after retrieval * progress updates after each site
* Message actionsSean Allred2015-01-021-3/+5
|
* Fix sx-bot-fetch-and-write-tagsSean Allred2015-01-021-2/+4
| | | | sx-bot-write-to-file expects a cons cell.
* Move the script to a subdir,.Artur Malabarba2014-12-081-0/+54
So it's not caught by Melpa