{"id":22895967,"url":"https://github.com/gabireze/binance-launchpool-scraper","last_synced_at":"2025-03-31T23:39:17.147Z","repository":{"id":237766602,"uuid":"795206317","full_name":"gabireze/binance-launchpool-scraper","owner":"gabireze","description":"A Node.js AWS Lambda function that scrapes updates from Binance Launchpool and notifies a Telegram chat every 6 hours.","archived":false,"fork":false,"pushed_at":"2024-05-02T19:45:16.000Z","size":42,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-07T01:45:49.878Z","etag":null,"topics":["binance","launchpool","telegram-bot"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gabireze.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2024-05-02T19:45:12.000Z","updated_at":"2024-05-02T20:07:23.000Z","dependencies_parsed_at":"2024-05-03T05:37:09.184Z","dependency_job_id":null,"html_url":"https://github.com/gabireze/binance-launchpool-scraper","commit_stats":null,"previous_names":["gabireze/binance-launchpool-scraper"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabireze%2Fbinance-launchpool-scraper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabireze%2Fbinance-launchpool-scraper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabireze%2Fbinance-launchpool-scraper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabireze%2Fbinance-launchpool-scraper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gabireze","download_url":"https://codeload.github.com/gabireze/binance-launchpool-scraper/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246558116,"owners_count":20796696,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["binance","launchpool","telegram-bot"],"created_at":"2024-12-13T23:32:58.692Z","updated_at":"2025-03-31T23:39:17.128Z","avatar_url":"https://github.com/gabireze.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Binance Launchpool Scraper\n\nThis project contains an AWS Lambda function that scrapes updates from Binance Launchpool and sends notifications about new articles via a Telegram bot. It is scheduled to run every 6 hours to ensure updates are timely and relevant.\n\n## Features\n\n- **Data Scraping**: Automatically scrapes the latest articles from Binance Launchpool.\n- **Telegram Notifications**: Sends updates to a specified Telegram chat using a bot.\n- **AWS Lambda**: Deployed as an AWS Lambda function for reliable, scheduled execution.\n\n## Prerequisites\n\nBefore you can use this project, you need to have the following:\n\n- AWS account with access to Lambda, S3, and IAM permissions.\n- Telegram bot token and chat ID.\n- Node.js installed on your local machine for testing.\n\n## Setup\n\n1. **Clone the repository:**\n\n   ```bash\n   git clone https://github.com/gabireze/binance-launchpool-scraper.git\n   cd binance-launchpool-scraper\n   ```\n\n2. **Install dependencies:**\n\n   ```bash\n   npm install\n   ```\n\n3. **Set up environment variables:**\n\n   Create a .env file in the root directory and fill in the following:\n\n   ```plaintext\n   TELEGRAM_BOT_TOKEN=\u003cyour-telegram-bot-token\u003e\n   TELEGRAM_CHAT_ID=\u003cyour-telegram-chat-id\u003e\n   AWS_ACCESS_KEY_ID=\u003cyour-aws-access-key-id\u003e\n   AWS_SECRET_ACCESS_KEY=\u003cyour-aws-secret-access-key\u003e\n   AWS_REGION=\u003cyour-aws-region\u003e\n   AWS_S3_BUCKET=\u003cyour-aws-s3-bucket-name\u003e\n   ```\n\n4. **Deploy to AWS Lambda:**\n\n   Compress the project files into a ZIP archive.\n   Upload the ZIP to AWS Lambda.\n   Set the execution role with appropriate permissions.\n   Configure the trigger to schedule the function every 6 hours.\n\n## Usage\n\nOnce deployed, the Lambda function will automatically execute according to the schedule. You can monitor execution and logs via AWS CloudWatch.\n\n## Contributing\n\nContributions are welcome! Please feel free to submit pull requests or open issues to suggest improvements or report bugs.\n\n## License\n\nThis project is licensed under the ISC License - see the LICENSE.md file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgabireze%2Fbinance-launchpool-scraper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgabireze%2Fbinance-launchpool-scraper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgabireze%2Fbinance-launchpool-scraper/lists"}