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

https://github.com/innovativeinventor/queuebot

A smart autoscaling queueing service for archivebot for eventual upload to the Internet Archive's Wayback Machine (WBM). Currently focusing on automatic archival of missing political and governmental twitter accounts. Live on efnet/#archivebot.
https://github.com/innovativeinventor/queuebot

Last synced: 9 months ago
JSON representation

A smart autoscaling queueing service for archivebot for eventual upload to the Internet Archive's Wayback Machine (WBM). Currently focusing on automatic archival of missing political and governmental twitter accounts. Live on efnet/#archivebot.

Awesome Lists containing this project

README

          

## Queuebot
An IRC bot designed to smartly queue archiving links for archival by archivebot.

## Usage
```bash
python3 irc.py
```
or (for a long-running process)
```bash
bash server.sh
```

## Credit
Some of the IRC code is heavily modified from socialbot's [irc.py](https://github.com/Ghostofapacket/socialscrape-bot/blob/master/irc.py) to suit my needs.

## License
GNU General Public License v3.0

See [LICENSE](/LICENSE) for more.