gwen001 / github-subdomains

Find subdomains on GitHub.
MIT License
653 stars 97 forks source link

tool not using all the tokens from .bashrc #9

Closed balook closed 3 years ago

balook commented 3 years ago

i embedded 3 tokens in bashrc like export githb_token=tok1n,tok2,tok3 but the tool only showing [09:25:14] Tokens:1, Delay:2200ms where as in github-regexp tool is showing [09:25:35] Tokens:3, Delay:866ms so there is a fix needed in github-subdomains tool

daman-preet-singh commented 3 years ago

i think you did some spelling mistake. it should be like this: GITHUB_TOKEN=

balook commented 3 years ago

@gwen001 take a look into this issue

balook commented 3 years ago

i think you did some spelling mistake. it should be like this: GITHUB_TOKEN= Yeah I have the same way. ....

gwen001 commented 3 years ago
echo "export GITHUB_TOKEN=token1,token2,token3" >> ~/.bashrc
source ~/.bashrc

Works pretty well.