Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

139 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

regios

installing regios

  1. clone this repo with git clone https://github.com/bor1e/regios.git
  2. cd regios
  3. pip install -r requirements.txt
  4. creating superuser python3 manage.py createsuperuser

starting regios

  1. first start the the scrapy server on localhost:19860 with: cd scrapy_app/ && scrapyd
  2. go back to the regios folder and start the Django Server: cd .. && python3 manage.py runserver

If you wnat to change the port of scrapydthan you need to update the http_portvalue in scrapy_app/scrapy.cfg and api/views.py

TODO

  • check if scrapyd is running (simple post for list)
  • ISSUE on page relaod while botspider running > Domain in DB but no info > zip and similar details cannot be displayed because of RelatedObjectError < handled with dummy data so far. Needs further check up...
  • block in layout for errors
  • get the url if set in session inside start input
  • filter return back to display
  • check the todos inside the code
  • scrap meta tags
  • by infoscan try to run for simple url without targeting specific webpage
  • pandas on db
  • update scrapy to 1.6.0?
  • what about second level reference. If level 0 is referencing level 1 which in turn references level 2 which in turn references children of level 0, siblings of level 1?
  • after fullscan of selected, list all found potential partners (infoscan an all external_links of combined selected) and run next level selected. Then display results.
  • include kontakt-sites for zip code findings
  • time required for fullscan update
  • display strange behaviour (e.g. zero external links ) as black nodes in sigma graph
  • try to get links from javascript process_value via scrapy docs
  • analyse structure of website with most external links using urllib for textanalyse / site classification
  • selenium acceptance tests?!

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages