Vishal

Results 15 comments of Vishal

@glerinsonum I just googled Maltego, and it looks very interesting for network analysis. If this is still something you're interested in pursuing, let me know. What other tools are you...

@ShaliDaliHaliDa There is a separate /Crawler library I built in a private Gitlab repo that I'm looking to merge and integrate with testing. The crawler was self-made so it's not...

Absolutely, it's extremely helpful! I'm hoping to improve elasticsearch capabilities, and maybe even integrate Apache Nutch for crawling.

They say "Sorry we can not make the source code public yet." Not sure why it's on Github then.

I recently started getting this error... ``` ☁ dallinger [stories/486-enduser-vagrant] vagrant up Bringing machine 'default' up with 'virtualbox' provider... ==> default: Checking if box 'ubuntu/xenial64' version '20170919.0.0' is up to...

Ah rebuilding helped me get in, however, @MatthewWilkes mentioned last week that when i `vagrant ssh` into the new VM, i should already be in the virtual environment... I noticed...

Awesome, that fixed it. I think the only thing i would add in the instructions is that a user needs to point the recruitment link in debug mode from `10.0.2.15`...

I'm having the same IP/hosting error here as I did with @MatthewWilkes, this was working before so i'm a little confused. It's the second issue here: https://github.com/Dallinger/Dallinger/pull/1640#issuecomment-470594998

I'm also seeing this: `pkg_resources.VersionConflict: (dallinger 5.0.6 (/home/vagrant/venv/lib/python3.6/site-packages), Requirement.parse('dallinger==5.0.5'))` because the dallinger package is 5.0.6 but bartlett's requirement is listed as 5.05. I had to manually change it.