{"id":13988619,"url":"https://github.com/userbotindo/caligo","last_synced_at":"2025-07-22T09:31:21.240Z","repository":{"id":37261323,"uuid":"276477747","full_name":"userbotindo/caligo","owner":"userbotindo","description":"SelfBot for Telegram","archived":false,"fork":false,"pushed_at":"2025-07-14T10:41:01.000Z","size":1266,"stargazers_count":60,"open_issues_count":17,"forks_count":77,"subscribers_count":3,"default_branch":"staging","last_synced_at":"2025-07-14T13:54:32.129Z","etag":null,"topics":["asyncio","bot","heroku","pyrogram","telegram-bot","telegram-selfbot","telegram-userbot"],"latest_commit_sha":null,"homepage":"","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/userbotindo.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-07-01T20:41:21.000Z","updated_at":"2025-07-14T10:41:05.000Z","dependencies_parsed_at":"2024-01-15T16:52:21.060Z","dependency_job_id":null,"html_url":"https://github.com/userbotindo/caligo","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/userbotindo/caligo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/userbotindo%2Fcaligo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/userbotindo%2Fcaligo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/userbotindo%2Fcaligo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/userbotindo%2Fcaligo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/userbotindo","download_url":"https://codeload.github.com/userbotindo/caligo/tar.gz/refs/heads/staging","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/userbotindo%2Fcaligo/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266465067,"owners_count":23933054,"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","status":"online","status_checked_at":"2025-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":["asyncio","bot","heroku","pyrogram","telegram-bot","telegram-selfbot","telegram-userbot"],"created_at":"2024-08-09T13:01:16.259Z","updated_at":"2025-07-22T09:31:21.228Z","avatar_url":"https://github.com/userbotindo.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eCaligo\u003c/h1\u003e\n\nA SelfBot for Telegram made with Python using [Pyrogram](https://github.com/pyrogram/pyrogram) library. It's highly inspired from [pyrobud](https://github.com/kdrag0n/pyrobud) that writtens in [Telethon](https://github.com/LonamiWebs/Telethon) library.\nIt's the same but different, you know what i mean?\n\nCaligo needs **Python 3.12** or newer to run.\n\n## Compatibility\n\nCaligo should work with all Linux-based operating systems.\n\nThis program tested partially on MacOs M1 and not officially support for windows.\n\n## Installation\n\nCaligo uses MongoDB Atlas for it database, you can get it free at \u003chttps://www.mongodb.com/\u003e and save the uri for use on config and to generate your session.\n\nObviously you need git, and it should be already installed on major operating systems linux based.\n\n### Local\n\nFirst, clone this Git repository locally: `git clone https://github.com/userbotindo/caligo`\n\nAfter that, you can run `python3 -m pip install .` to install the bot along with the depencies.\n\nOnce it's installed, you can choose to invoke it using the `caligo` command, or run the bot in-place (which is described later in the Usage section). Running it in-place is recommended to allow for automatic updates via Git.\n\n#### Error: Directory '.' is not installable. File 'setup.py' not found.\n\nThis common error is caused by an outdated version of pip. We use the Poetry package manager to make things easier to maintain, which works with pip through PEP-517. This is a relatively new standard, so a newer version of pip is necessary to make it work.\n\nUpgrade to pip 19 to fix this issue: `pip3 install -U pip`\n\n### Using Heroku\n\n#### Config Gist\n- Go to [gist.github.com](https://gist.github.com/)\n- Create a new gist and make sure it's private/secret\n- Copy the content of `sample_config.toml` and paste it to your gist\n- Fill the coresponding _Name_ and _Value_\n- Make sure you name the gist as `config.toml`\n- Click **Create secret gist** and copy the link save for later use\n\n#### Deploying\n- Go to your [dashboard](https://dashboard.heroku.com/apps)\n- Create an empty application then go to the app setting\n- Scroll a bit until you find **Buildpacks** section\n- Click **Add Buildpack** and choose **Python** and then click **Save Changes**\n- Click **Add Buildpack** again and put this [repo](https://github.com/userbotindo/heroku-buildpack-caligo-helper) and then click **Save Changes**\n- Scroll top a bit until you find **Reveal Config Vars** \u003e Click it\n    * Fill `CONFIG` with the link of your recently created gist\n    * Fill `GITHUB_REPO` with your forked repo link\n    * Fill `GITHUB_BRANCH` with your branch name\n- Go to **Deploy** tab and connect your github account\n- Choose your forked repo and then click **Deploy Branch**\n- It should be finished around 1-2 minute(s)\n- Go to **Resources** tab and turn on the worker\n\n## Generating Session\n\n### Heroku\n\nClick more on your app page and the click **Run console** and run this command `python3 generate_session.py`.\nFill the `API_ID`, `API_HASH` and `MONGODB URI` when it asked and wait until it finished and your userbot is ready.\n\n### Local\n\nJust run the bot normally.\n\n## Configuration\n\nCopy `sample_config.toml` to `config.toml` and edit the settings as desired. Each and every setting is documented by the comments above it.\n\nObtain the _API ID_ and _API HASH_ from [Telegram's website](https://my.telegram.org/apps). **TREAT THESE SECRETS LIKE A PASSWORD!**\n\nObtain the DB_URI from [MongoDB](https://cloud.mongodb.com/). **TREAT THIS SECRETS LIKE A PASSWORD!**\n\nConfiguration must be complete before starting the bot for the first time for it to work properly.\n\n## Usage\n\nTo start the bot, type `python3 main.py` or `python3 -m caligo` if you are running it in-place or use command corresponding to your chosen installation method above.\n\n## Support\n\nFeel free to join the official support group on Telegram for help or general discussion regarding the bot. You may also open an [issue](https://github.com/adekmaulana/caligo/issues) on GitHub for bugs, suggestions, or anything else relevant to the project.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuserbotindo%2Fcaligo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fuserbotindo%2Fcaligo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuserbotindo%2Fcaligo/lists"}