{"id":24650607,"url":"https://github.com/ujitkumar1/amazonbot","last_synced_at":"2026-04-20T05:03:34.277Z","repository":{"id":238260787,"uuid":"679609366","full_name":"ujitkumar1/AmazonBot","owner":"ujitkumar1","description":null,"archived":false,"fork":false,"pushed_at":"2023-08-17T09:02:27.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-20T21:05:44.493Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ujitkumar1.png","metadata":{"files":{"readme":"readME.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-08-17T08:13:02.000Z","updated_at":"2024-12-02T12:22:56.000Z","dependencies_parsed_at":"2024-05-05T09:47:53.465Z","dependency_job_id":null,"html_url":"https://github.com/ujitkumar1/AmazonBot","commit_stats":null,"previous_names":["ujitkumar1/amazonbot"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ujitkumar1/AmazonBot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ujitkumar1%2FAmazonBot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ujitkumar1%2FAmazonBot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ujitkumar1%2FAmazonBot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ujitkumar1%2FAmazonBot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ujitkumar1","download_url":"https://codeload.github.com/ujitkumar1/AmazonBot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ujitkumar1%2FAmazonBot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32033720,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T00:18:06.643Z","status":"online","status_checked_at":"2026-04-20T02:00:06.527Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-01-25T18:16:10.964Z","updated_at":"2026-04-20T05:03:34.256Z","avatar_url":"https://github.com/ujitkumar1.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AmazonBOT: A Python app for placing an Order on Amazon with 1 Click\n\n## Description\n\nAmazonBOT is a user-friendly Python application designed to simplify the process of placing orders on Amazon. With just\none click,\nusers can effortlessly initiate an order for a desired product. This streamlined and efficient solution aims to enhance\nthe convenience and\nspeed of online shopping, making it easier than ever to make purchases on Amazon's platform.\n\n## Prerequisites\n\nBefore using this application, ensure you have the following prerequisites:\n\n1. Python Programming Language\n2. MySQL\n3. Flask\n4. Flask-RESTful\n5. beautifulsoup4(bs4)\n6. Selenium\n\n## Installation\n\nTo install the required packages and libraries, run the following command in your terminal:\n\n```\npip install -r requirements.txt\n```\n\nThis command will install all the necessary dependencies listed in the requirements.txt file, allowing you to run the\nproject without any issues.\n\n### Usage:\n\n1. Start the application by running the following command in the project directory:\n\n```\npython main.py\n```\n\nThis will start the application, and you should be able to use it. (or) Directly run the main.py file by defalt the url\nof application would be : http://127.0.0.1:5000\n\nThis will start the Redis server and the Celery worker to enable asynchronous task processing.\n\n#### Endpoint Working:\n\n1. **Login**:\n\n    - Endpoint: /order\n    - Description: Used to login the user.\n    - Method: POST\n    - Example Request:```POST http://127.0.0.1:5000/order```\n    - Example Input:\n    - ```{\"username\":\"hello@hello.com\",\"password\":\"123\"}```\n    - Example Response:\n    - ```{\"Message\": \"Data Received, Proceed with Order in GET REQUEST\"}```\n\n\n2. **Palace Order**:\n\n    - Endpoint: /order\n    - Description: Retrieve a generated store report.\n    - Method: GET\n    - Example Request: ```GET http://127.0.0.1:5000/order```\n    - Example Input:\n    - ```{\"start_price\":10000.0, \"end_price\": 20000.0, \"product_name\" :\"smartphone\", \"product_company\":\"Samsung\"}```\n    - Example Response (Report Generation Completed):\n    - ```{\"Order Placed\": \"\u003cOrderID\u003e\"}```\n\n### Contact:\n\n**Name** : Ujit Kumar\n\n**Email** : ujitkumar1@gmail.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fujitkumar1%2Famazonbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fujitkumar1%2Famazonbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fujitkumar1%2Famazonbot/lists"}