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.
- Host: GitHub
- URL: https://github.com/innovativeinventor/queuebot
- Owner: InnovativeInventor
- License: gpl-3.0
- Created: 2020-06-24T04:06:05.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-14T03:58:44.000Z (over 5 years ago)
- Last Synced: 2025-02-26T14:45:22.443Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 158 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.