Нема описа

david 7b7c4e39d4 set a pool of workers in case they are blocked for a long time пре 7 година
front 44557bab03 reenable ssl support пре 8 година
screenshots bad8599dc8 clean up + doc for alpha 0.1 пре 10 година
.gitignore 5b5692771f ignore пре 10 година
README.md 3e1784ce09 add 30s sleep пре 7 година
bot.py 7b7c4e39d4 set a pool of workers in case they are blocked for a long time пре 7 година
ircclient.py 8fc4a53a2a mark worker as busy while blocked; set job state while downloading пре 7 година
nginx_file 9c84333678 add basic nginx file with kindle redirect and ws upgrade пре 8 година
qmanager.py fab9f87833 reformat пре 8 година
requirements.txt db5824b28b refactor to make use of websockets instead of polling, automatically convert EPUB to MOBI пре 8 година
unzipper.py db5824b28b refactor to make use of websockets instead of polling, automatically convert EPUB to MOBI пре 8 година
utils.py 045aa18a07 initial split of bot with a command queue пре 7 година
web.py 411370228a change default book path, ensure path exists on startup пре 8 година

README.md

CLI

$ ./bot.py
USAGE:
	./bot.py SEARCH <BOOK> <FORMAT>
	./bot.py BOOK <BOT COMMAND>

$ ./bot.py SEARCH "revival stephen king" "epub"
Looking (SEARCH) for revival stephen king in format epub
connected
Joined channel #ebooks
searching for revival stephen king
!Trainfiles Stephen King - Revival (epub).rar  ::INFO:: 395.0KB
!Trainfiles Stephen King - Revival (retail) (epub).rar  ::INFO:: 1.4MB
!Xon Stephen King - Revival (retail) (epub).rar
!Xon Stephen King - Revival (epub).rar
!Ook Stephen King - Revival (epub).rar  ::INFO:: 395.0KB
!Ook Stephen King - Revival (retail) (epub).rar  ::INFO:: 1.4MB
!Mysfyt Stephen King - Revival (epub).rar  ::INFO:: 395.0KB
!Mysfyt Stephen King - Revival (retail) (epub).rar  ::INFO:: 1.4MB
!Pondering Stephen King - Revival (epub).rar  ::INFO:: 395.0KB
!Pondering Stephen King - Revival (retail) (epub).rar  ::INFO:: 1.4MB
closed

$ ./bot.py BOOK "\!Ook Stephen King - Revival (epub).rar  ::INFO:: 395.0KB"
Downloading !Ook Stephen King - Revival (epub).rar  ::INFO:: 395.0KB
connected
Joined channel #ebooks
Asking for '!Ook Stephen King - Revival (epub).rar  ::INFO:: 395.0KB'
Receiving file
100%
Files: 
['/tmp/Stephen King - Revival (epub).epub']
closed

Note: Most likely you'll have to escape '!' on your shell.

requirements.txt

websocket_server

Basic Web interface

Work in progress ##Screenshots

Waiting for a list of books that match the query 1

Selecting a book from the list 2

Waiting for the book to download ( to the server ) 3

Downloading the book 4