[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-80883":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":13,"openIssues":14,"contributorsCount":14,"subscribersCount":14,"size":14,"stars1d":13,"stars7d":13,"stars30d":13,"stars90d":14,"forks30d":14,"starsTrendScore":15,"compositeScore":16,"rankGlobal":10,"rankLanguage":10,"license":17,"archived":18,"fork":18,"defaultBranch":19,"hasWiki":18,"hasPages":18,"topics":20,"createdAt":10,"pushedAt":10,"updatedAt":21,"readmeContent":22,"aiSummary":23,"trendingCount":14,"starSnapshotCount":14,"syncStatus":24,"lastSyncTime":25,"discoverSource":26},80883,"bale2bale","AriaMehrafza\u002Fbale2bale","AriaMehrafza","Minimal serverless Telegram-to-Bale forwarder bot designed for \"Melli Internet\" situation when Bale servers have access to the international network.","",null,"Python",35,1,0,3,43.5,"MIT License",false,"main",[],"2026-06-12 04:01:30","# bale2bale\n\nMinimal Telegram-to-Bale forwarder bot designed for \"Melli Internet\" situation when Bale servers still have access to the international network.\n\nThe bot fetches Telegram channels data through a Bale chat using [tg.i-c-a.su](https:\u002F\u002Ftg.i-c-a.su), then sends new posts directly into a Bale channel.\n\n---\n\n## Installation\n\n### First Steps on Bale\n0. If you want forwarded messages to be sent into a group or channel, create one first. Otherwise, you can use your own UID in the following steps.\n1. Create a new group or channel in Bale. This will act as the tunnel through which the bot receives message data from the API.\n2. Make a bot using [BotFather](https:\u002F\u002Fble.ir\u002FBotFather) bot in Bale. Save the Token somewhere safe.\n\nNOTE: You'll need the UID of the two channels\u002Fgroups you've made. In order to find the UID of a chat, open the chat in Bale Web version. In the URL of the page you'll see this format:\n```web.bale.ai\u002Fchat?uid=\u003CUID>```.\nCopy the UID from here.\n\n\n### Clone the repository\n\n```bash\ngit clone https:\u002F\u002Fgithub.com\u002FAriaMehrafza\u002Fbale2bale.git\ncd bale2bale\n```\n\nIf cloning doesn't work, you can download the zip from this [link](https:\u002F\u002Fgithub.com\u002FAriaMehrafza\u002Fbale2bale\u002Farchive\u002Frefs\u002Fheads\u002Fmain.zip)\n\n### Linux\n1. Create a virtual enviroment and activate it:\n\n```bash\npython -m venv venv\nsource venv\u002Fbin\u002Factivate\n```\n\n2. Run setup:\n```bash\nchmod +x setup.sh\n.\u002Fsetup.sh\n```\nThe setup file installs requirements using pip, then inputs the config data from user.\n\n### Windows\n\n1. Create a virtual environment and activate it:\n\n```powershell\npython -m venv venv\nvenv\\Scripts\\activate\n```\n\n2. Run setup:\n\n```powershell\nsetup.bat\n```\n\nThe setup file installs requirements using pip, then inputs the config data from user.\n\n---\n\n## Running\n\nSimply run:\n\n```bash\npython -m src.main\n```\n\n---\n\n## Disclaimer\n\nThis project is provided for educational and legitimate use only. The author is not responsible for any misuse or legal consequences arising from the use of this project.\n\n---\n\n## License\n\nThis project is licensed under MIT License.\n\n---\n\n## To-Do List\n- [x] Add To-Do List to README\n- [ ] Restructure (rename and move functions)\n- [ ] Add fetching via Telegram official API\n- [ ] Update config and setup scripts\n- [ ] Add instructions for using [bot worker](src\u002Fworker.py)\n- [ ] Complete [api_parser](src\u002Fapi_parser.py) to support more types\n- [ ] Make a release\n","bale2bale 是一个轻量级无服务器的 Telegram 到 Bale 转发机器人，专为“Melli Internet”情况下设计，当Bale服务器能够访问国际网络时使用。该项目利用 tg.i-c-a.su 作为数据获取桥梁，从Telegram频道抓取信息并通过Bale聊天直接转发至指定Bale频道。其核心功能在于通过简单的配置即可实现跨平台消息同步，支持Linux与Windows环境下的快速部署。适合需要在特定网络环境下保持社交媒体内容同步或备份的应用场景，例如个人用户希望将Telegram上的重要更新自动分享到Bale社区中。项目采用Python编写，并遵循MIT许可证开放源代码。",2,"2026-06-11 04:02:40","CREATED_QUERY"]