{"id":16116277,"url":"https://github.com/frol/near-stackoverflow-crossposting-bot","last_synced_at":"2026-06-22T18:32:04.836Z","repository":{"id":234801409,"uuid":"618186203","full_name":"frol/near-stackoverflow-crossposting-bot","owner":"frol","description":"Telegram bot that cross-posts all the new questions from StackOverflow tagged with `nearprotocol` implemented almost completely with ChatGPT-4","archived":false,"fork":false,"pushed_at":"2023-03-24T12:17:34.000Z","size":13,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-23T00:42:57.685Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/frol.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}},"created_at":"2023-03-23T23:40:45.000Z","updated_at":"2023-12-20T10:55:34.000Z","dependencies_parsed_at":"2024-04-20T20:54:34.524Z","dependency_job_id":"8653f630-4f7e-49b5-9a39-f8232ecb021c","html_url":"https://github.com/frol/near-stackoverflow-crossposting-bot","commit_stats":null,"previous_names":["frol/near-stackoverflow-crossposting-bot"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/frol/near-stackoverflow-crossposting-bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frol%2Fnear-stackoverflow-crossposting-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frol%2Fnear-stackoverflow-crossposting-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frol%2Fnear-stackoverflow-crossposting-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frol%2Fnear-stackoverflow-crossposting-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/frol","download_url":"https://codeload.github.com/frol/near-stackoverflow-crossposting-bot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frol%2Fnear-stackoverflow-crossposting-bot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34661703,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-22T02:00:06.391Z","response_time":106,"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":"2024-10-09T20:21:54.418Z","updated_at":"2026-06-22T18:32:04.813Z","avatar_url":"https://github.com/frol.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NearProtocol Sync Bot\n\n`nearprotocol_sync_bot` is a Telegram bot written in Rust that syncs new StackOverflow questions tagged with `nearprotocol` to a Telegram group.\nIt also updates the posted messages in the group when the questions are answered on StackOverflow.\n\n## Requirements\n\n- Rust and Cargo (latest stable version)\n- A Telegram bot token from BotFather\n- A Telegram group chat ID\n\n## Setup\n\n1. Clone the repository:\n\n```bash\n$ git clone https://github.com/frol/nearprotocol_sync_bot.git\n$ cd nearprotocol_sync_bot\n```\n\n2. Set up the environment variables:\n\nCreate a `.env` file in the project root with the following content:\n\n```\nTELOXIDE_TOKEN=your_telegram_bot_token\nTELEGRAM_GROUP_CHAT_ID=your_telegram_group_chat_id\n```\n\nReplace `your_telegram_bot_token` with your actual bot token obtained from the BotFather, and `your_telegram_group_chat_id` with the ID of the group where you want the bot to post messages.\n\n3. Build the project:\n\n```bash\n$ cargo build --release\n```\n\n4. Run the bot:\n\n```bash\n$ ./target/release/nearprotocol_sync_bot\n```\n\nThe bot is now running and syncing new `nearprotocol` tagged questions from StackOverflow to the specified Telegram group.\n\n## Customization\n\nYou can customize the bot by modifying the source code. For example, you can change the StackOverflow tag being monitored, the polling interval, or the message format.\n\n## License\n\nThis project is released under the MIT License.\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a pull request, open an issue, or provide feedback.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrol%2Fnear-stackoverflow-crossposting-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffrol%2Fnear-stackoverflow-crossposting-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrol%2Fnear-stackoverflow-crossposting-bot/lists"}