├── .github ├── FUNDING.yml └── ISSUE_TEMPLATE │ ├── bug_report.md │ ├── custom.md │ └── feature_request.md ├── .gitignore ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── Images ├── CrawlingAccess.png ├── GPTExtensionActivation.png ├── LinkedInAssessment.png ├── RejectionChart.png ├── RemoteFilter.png ├── Under10.png └── WorldWide.png ├── LICENSE ├── README.md ├── SECURITY.md └── ToDo /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohammadi-com/GetRemoteJobOffers/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohammadi-com/GetRemoteJobOffers/HEAD/.github/ISSUE_TEMPLATE/bug_report.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/custom.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohammadi-com/GetRemoteJobOffers/HEAD/.github/ISSUE_TEMPLATE/custom.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/feature_request.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohammadi-com/GetRemoteJobOffers/HEAD/.github/ISSUE_TEMPLATE/feature_request.md -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohammadi-com/GetRemoteJobOffers/HEAD/.gitignore -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohammadi-com/GetRemoteJobOffers/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohammadi-com/GetRemoteJobOffers/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /Images/CrawlingAccess.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohammadi-com/GetRemoteJobOffers/HEAD/Images/CrawlingAccess.png -------------------------------------------------------------------------------- /Images/GPTExtensionActivation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohammadi-com/GetRemoteJobOffers/HEAD/Images/GPTExtensionActivation.png -------------------------------------------------------------------------------- /Images/LinkedInAssessment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohammadi-com/GetRemoteJobOffers/HEAD/Images/LinkedInAssessment.png -------------------------------------------------------------------------------- /Images/RejectionChart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohammadi-com/GetRemoteJobOffers/HEAD/Images/RejectionChart.png -------------------------------------------------------------------------------- /Images/RemoteFilter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohammadi-com/GetRemoteJobOffers/HEAD/Images/RemoteFilter.png -------------------------------------------------------------------------------- /Images/Under10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohammadi-com/GetRemoteJobOffers/HEAD/Images/Under10.png -------------------------------------------------------------------------------- /Images/WorldWide.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohammadi-com/GetRemoteJobOffers/HEAD/Images/WorldWide.png -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohammadi-com/GetRemoteJobOffers/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohammadi-com/GetRemoteJobOffers/HEAD/README.md -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohammadi-com/GetRemoteJobOffers/HEAD/SECURITY.md -------------------------------------------------------------------------------- /ToDo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohammadi-com/GetRemoteJobOffers/HEAD/ToDo --------------------------------------------------------------------------------