Commit graph

45 commits

Author SHA1 Message Date
Lex Berezhny 80990b959c
moved files around 2018-08-24 11:37:25 -04:00
Lex Berezhny cab8416596
api doc generator (#1290)
script to generate docs/api.json
2018-07-24 19:36:09 -04:00
Jack Robison 0386bfadf0
update seed script 2018-06-07 15:02:47 -04:00
Jack Robison 30c4b160f1
use epoll reactor for seed node script 2018-06-07 15:02:47 -04:00
Jack Robison 51b42da1c5
remove unused scripts 2018-06-07 15:02:47 -04:00
Jack Robison e1079a0c0f
add seed node script and monitor tool, update dht monitor script 2018-06-07 15:02:47 -04:00
Alex Grintsvayg f32861923e update blob download script 2018-05-02 13:23:57 -04:00
Alex Grintsvayg d973d1270d dht script 2 2018-04-17 13:47:56 -04:00
Alex Grintsvayg adcd6edfcb a very simple dht node script 2018-04-17 13:40:42 -04:00
Jack Robison cb09be5336
remove unused stuff 2018-03-28 15:53:50 -04:00
Jack Robison e30ea50ef4
more 2018-03-28 15:53:47 -04:00
Alex Grintsvayg 539881b5ad oops 2018-03-20 11:38:02 -04:00
Jack Robison ef7a360ee6
docs 2018-03-20 10:44:17 -04:00
Alex Grintsvayg a96ee6230f fix docs theme 2018-03-05 18:57:05 -05:00
hackrush 53c5134591 Consolidated all 3 scripts into 1, better error messages 2018-03-06 03:55:50 +05:30
hackrush c7bfb0a2e7 ImportError checking and kill process after completion 2018-03-06 03:50:12 +05:30
hackrush 30bfb9ac88 Review and script fixes 2018-03-06 03:50:12 +05:30
hackrush da4a24d79f Added scripts to autogenerate docs and api from docstring
Summary of changes
  Removed single dashed(short args) arguments(possibly breaking changes
for app side)
  Standardised the docstrings
  Added scripts to autogenerate API and CLI documentation using the
docstrings
2018-03-06 03:50:12 +05:30
Alex Grintsvayg 2f8c645edc download script now gets all blobs in stream if you give it an sd hash 2018-02-07 11:21:34 -05:00
Jack Robison 74ec4192e2
delete outdated scripts 2017-12-15 20:23:16 -05:00
Jack Robison a0a7d5f569
add routing_table_get 2017-10-11 12:54:40 -04:00
Jack Robison e9fd8eb096
update tests and scripts 2017-10-10 13:55:31 -04:00
Jack Robison 81b584a35a
update tests and scripts 2017-09-28 14:04:03 -04:00
Jack Robison 14636a5d38
split up HashBlob.py into lbrynet.blob 2017-09-20 13:59:24 -04:00
Jack Robison c53a189605
remove TempBlob, clean up blob classes, use FBP and BytesIO in BlobFile 2017-09-20 13:59:18 -04:00
Victor Shyba a3e5c61b50
use FileBodyProducer for encrypt_blob script 2017-09-20 13:59:16 -04:00
Victor Shyba 84bd4fdc3e
fix encryption script 2017-09-20 13:59:15 -04:00
Jack Robison 967cc4c63c rename lbrynet.lbrynet_daemon to lbrynet.daemon 2017-06-25 21:25:41 -04:00
Jack Robison c3799b9c8c add cli docs 2017-06-09 12:14:03 -04:00
Alex Grintsvayg c525c8f5d1 delete unused 2017-04-29 12:21:33 -04:00
Alex Grintsvayg 8db7c37fa7 exploring dht 2017-04-10 13:45:43 -04:00
Alex Grintsvayg c0a40605ad formatting and minor fixes on scripts 2017-03-31 14:23:35 -04:00
Alex Grintsvayg c20ba29c7a move scripts into scripts dir 2017-03-31 14:23:09 -04:00
Alex Grintsvayg ee77bb0670 unused imports 2017-03-17 13:10:40 -04:00
Alex Grintsvayg 0e76ca0767 update docs 2017-02-28 12:31:55 -05:00
Job Evers-Meltzer 90d3a0ef9c Add script to reseed a file 2017-02-15 06:43:41 -06:00
Job Evers-Meltzer 1aa7981ab1 download blob script update 2017-01-17 17:11:14 -06:00
Alex Grintsvayg 267c6cbaca refactor conf.settings 2017-01-16 22:32:54 -05:00
Job Evers‐Meltzer 61702ba1e4 Merge pull request #301 from lbryio/query-available-blobs
Query available blobs and Upload to Lighthouse Scripts
2017-01-12 08:42:08 -06:00
Alex Grintsvayg d06211015d api doc generator 2017-01-11 17:30:16 -05:00
Job Evers-Meltzer 5dbf9034ec Add scripts related to querying / downloading sd blobs 2017-01-11 12:05:34 -06:00
Job Evers-Meltzer 29e59e783a scripts to test reflector 2016-12-16 15:58:20 -06:00
Job Evers-Meltzer 1a5cd9b062 Forget about trying to set a label.
Setting a label also sets the account, but the LBRY app
only looks at the default "" account.  Marking the imported
keys would have been nice, but it doesn't work.
2016-07-18 09:14:50 -05:00
Job Evers-Meltzer a86b4c4e58 bug fix: use sys.exit() not exit() 2016-07-18 08:52:56 -05:00
Job Evers‐Meltzer 5817b80c94 script to migrate private keys to lbrycrd (#79)
* script to migrate private keys to lbrycrd
* handle compressed keys too
* validate private key actually gets added
* add lbrycrdd and lbrycrd-cli checks
* exit if no wallet path
* move each imported address into the default account
2016-07-17 20:17:42 -05:00