Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/api scraper #176

Merged
merged 70 commits into from
Jan 23, 2024
Merged

Feature/api scraper #176

merged 70 commits into from
Jan 23, 2024

Commits on Jan 22, 2024

  1. Configuration menu
    Copy the full SHA
    6da1e10 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6cf304f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9ec0ef7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    848cfe9 View commit details
    Browse the repository at this point in the history
  5. Basic call for tripadvisor api

    algo7 committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    6ccc15c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    36906ee View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Configuration menu
    Copy the full SHA
    bce55e3 View commit details
    Browse the repository at this point in the history
  2. add CreateReviewsCSV function

    algo7 committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    ce28981 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e14234f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    221828a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0ef803c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    994e491 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a099298 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9105607 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    697e813 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    10bcf3e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4ef86be View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    12b7770 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d58f65b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    5535a59 View commit details
    Browse the repository at this point in the history
  15. comment out unused code

    algo7 committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    7e64c03 View commit details
    Browse the repository at this point in the history
  16. comments

    algo7 committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    39d7d15 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    7db8c7c View commit details
    Browse the repository at this point in the history
  18. add offsetcalculation function

    algo7 committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    dface03 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    159fbe5 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    252ac04 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    07ad261 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    39f4baf View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    0282352 View commit details
    Browse the repository at this point in the history
  24. comments

    algo7 committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    6f40e72 View commit details
    Browse the repository at this point in the history
  25. formatting

    algo7 committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    5c05560 View commit details
    Browse the repository at this point in the history
  26. comments

    algo7 committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    dfe2df5 View commit details
    Browse the repository at this point in the history
  27. move endpoint url to models.go

    algo7 committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    eaa6b67 View commit details
    Browse the repository at this point in the history
  28. add proxy package

    algo7 committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    c50f854 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    d9c086c View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    2266edf View commit details
    Browse the repository at this point in the history
  31. Fix log message format

    algo7 committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    f461618 View commit details
    Browse the repository at this point in the history
  32. change proxy implementation.

    algo7 committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    047ab73 View commit details
    Browse the repository at this point in the history
  33. Add proxy and IP logging

    algo7 committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    9324b50 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    b26b189 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    6e49c69 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    2d1bcc2 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    24ba15b View commit details
    Browse the repository at this point in the history
  38. Refactor CSV writing logic

    algo7 committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    020b96e View commit details
    Browse the repository at this point in the history
  39. enable ip check again

    algo7 committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    f263edb View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    af86a84 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    088545e View commit details
    Browse the repository at this point in the history
  42. comments

    algo7 committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    9088ef8 View commit details
    Browse the repository at this point in the history
  43. formatting

    algo7 committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    8725b39 View commit details
    Browse the repository at this point in the history
  44. formatting

    algo7 committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    e295529 View commit details
    Browse the repository at this point in the history
  45. comments

    algo7 committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    7ced905 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    bc209c0 View commit details
    Browse the repository at this point in the history
  47. fix misleading comments

    algo7 committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    b6d37c5 View commit details
    Browse the repository at this point in the history
  48. comments

    algo7 committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    7134d27 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    621577c View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    4b13d3a View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    44925df View commit details
    Browse the repository at this point in the history
  52. Refactor scraper main function to take in location url instead of loc…

    …ation id and query type
    algo7 committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    db93ccf View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    57cc91d View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    80d0ba7 View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    a0c3b79 View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    560ac64 View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    cb8cbfb View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    9c17c77 View commit details
    Browse the repository at this point in the history
  59. add dockerfile for the scraper

    algo7 committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    6d1b380 View commit details
    Browse the repository at this point in the history
  60. add scraper makefile

    algo7 committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    dcfd919 View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    4fa03b3 View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    9fd8b83 View commit details
    Browse the repository at this point in the history
  63. update readme

    algo7 committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    51092be View commit details
    Browse the repository at this point in the history
  64. update scraper readme

    algo7 committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    3b8243b View commit details
    Browse the repository at this point in the history