{"id":13617553,"url":"https://github.com/Sam-Max/rcmltb","last_synced_at":"2025-04-14T06:34:17.969Z","repository":{"id":38317341,"uuid":"465249522","full_name":"Sam-Max/rcmltb","owner":"Sam-Max","description":"An rclone telegram bot to mirror-leech and copy between many cloud servers ","archived":false,"fork":false,"pushed_at":"2024-04-15T15:36:16.000Z","size":2386,"stargazers_count":275,"open_issues_count":9,"forks_count":287,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-08-01T20:47:55.960Z","etag":null,"topics":["aria2c","bot","clone","copy","file-manager","leech","mega","mirror","pyrogram","python","qbittorrent","rclone","rss","telegram","telegram-bot","torrent","ytdlp"],"latest_commit_sha":null,"homepage":"https://t.me/rcmltb","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Sam-Max.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2022-03-02T10:01:12.000Z","updated_at":"2024-07-28T09:20:21.000Z","dependencies_parsed_at":"2024-01-02T08:37:46.546Z","dependency_job_id":"5690021a-4d0e-4d81-82e6-5290c29557ec","html_url":"https://github.com/Sam-Max/rcmltb","commit_stats":null,"previous_names":["sam-max/rclone-mirror-leech-telegram-bot"],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sam-Max%2Frcmltb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sam-Max%2Frcmltb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sam-Max%2Frcmltb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sam-Max%2Frcmltb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sam-Max","download_url":"https://codeload.github.com/Sam-Max/rcmltb/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223621848,"owners_count":17174770,"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":["aria2c","bot","clone","copy","file-manager","leech","mega","mirror","pyrogram","python","qbittorrent","rclone","rss","telegram","telegram-bot","torrent","ytdlp"],"created_at":"2024-08-01T20:01:43.649Z","updated_at":"2024-11-08T02:30:38.511Z","avatar_url":"https://github.com/Sam-Max.png","language":"Python","readme":"\nAn Rclone Mirror-Leech Telegram Bot to transfer to and from many clouds. Based on [mirror-leech-telegram-bot](https://github.com/anasty17/mirror-leech-telegram-bot) with rclone support added, and other features and changes from base code.\n\n\n**NOTE**: Base repository added recently its own rclone implementation. \n\n\n## Features:\n\n### Rclone\n- Copy file/folder from cloud to cloud\n- Leech file/folder from cloud to Telegram\n- Mirror Link/Torrent/Magnets/Mega/Telegram-Files to cloud\n- Mirror from Telegram to multiple clouds at the same time\n- Telegram Navigation Button Menus to interact with cloud\n- File Manager: size, mkdir, delete, dedupe and rename\n- Service Accounts support with automatic switching\n- Create cloud index as http or webdav webserver\n- Sync between clouds (not folders)\n- Search files on cloud\n- Clean cloud trash\n- View cloud storage info \n\n### Others\n- Send rclone config file from bot\n- Renaming menu for Telegram files\n- Index support (rclone index for all remotes)\n- Search tmdb titles\n- Mirror and Leech files in batch from Telegram private/restricted channels\n- Mirror and Leech links in batch from .txt file\n- Extract and zip link/file from Telegram to cloud\n- Extract and zip folder/file from cloud to Telegram\n- Mirror to local host (no cloud upload)\n- Queue system for all Tasks.\n- Debrid Manager (only real debrid support)\n- Refactor of the whole code to use only pyrogram with asyncio\n- Docker based image based on ubuntu\n- Compatible with linux `amd64, arm64/v8, arm/v7`\n\n## Commands for bot(set through @BotFather)\n\n```\nmirror - or /m Mirror to selected cloud \nmirror_batch - or /mb Mirror Telegram files/links in batch to cloud\nmirror_select - or /ms Select a fixed cloud/folder for mirror \nleech - or /l Leech from cloud/link to Telegram\nleech_batch - or /lb Leech Telegram files/links in batch to Telegram \nytdl - or /y Mirror ytdlp supported link\nytdl_leech - or /yl Leech yt-dlp supported link\nfiles - or /bf Bot configuration files\ndebrid - Debrid Manager\nrcfm - Rclone File Manager\ncopy - Copy from cloud to cloud\nclone - Clone gdrive link file/folder \ncount - count file/folder fom gdrive link\nuser_setting - User settings\nown_setting - Owner settings\nrss - Rss feed\ntmdb - Search titles\ncleanup - Clean cloud trash\ncancel_all - Cancel all tasks\nstorage - Cloud details\nserve - Serve cloud as web index \nsync - Sync two clouds\ntorrsch - Search for torrents\nstatus - Status message of tasks\nstats - Bot stats\nshell - Run cmds in shell\nlog - Bot log\nip - show ip\nping - Ping bot\nrestart - Restart bot\n```\n\n## How to deploy?\n\n1. **Installing requirements**\n\n- Clone repo:\n\n```\ngit clone https://github.com/Sam-Max/rcmltb rcmltb/ \u0026\u0026 cd rcmltb\n```\n\n- For Debian based distros\n```\nsudo apt install python3 python3-pip\n```\n\nInstall Docker by following the [official Docker docs](https://docs.docker.com/engine/install/debian/)\n\n- For Arch and it's derivatives:\n\n```\nsudo pacman -S docker python\n```\n\n- Install dependencies for running setup scripts:\n\n```\npip3 install -r requirements-cli.txt\n```\n\n2. **Set up config file**\n\n- cp config_sample.env config.env \n\n- Fill up the fields on the config.env: **NOTE**: All values must be filled between quotes, even if it's `Int`, `Bool` or `List`.\n\n**1. Mandatory Fields**\n\n  - `API_ID`: get this from https://my.telegram.org. `Int`\n  - `API_HASH`: get this from https://my.telegram.org. `Str`\n  - `BOT_TOKEN`: The Telegram Bot Token (get from @BotFather). `Str`\n  - `OWNER_ID`: your Telegram User ID (not username) of the owner of the bot. `Int`\n\n**2. Optional Fields**\n\n  - `DOWNLOAD_DIR`: The path to the local folder where the downloads will go. `Str`\n  - `SUDO_USERS`: Fill user_id of users whom you want to give sudo permission separated by spaces. `Str`\n  - `ALLOWED_CHATS`: list of IDs of allowed chats who can use this bot separated by spaces `Str`\n  - `AUTO_MIRROR`: For auto mirroring files sent to the bot. **NOTE**: If you add bot to group(not channel), you can also use this feature. Default is `False`. `Bool`\n  - `DATABASE_URL`: Your Mongo Database URL (Connection string). Data will be saved in Database (auth and sudo users, owner and user setting, etc). **NOTE**: You can always edit all settings saved in database from mongodb site -\u003e (browse collections). `Str`\n  - `CMD_INDEX`: index number that will be added at the end of all commands. `Str`\n  - `GD_INDEX_URL`: Refer to https://gitlab.com/ParveenBhadooOfficial/Google-Drive-Index. `Str`\n  - `VIEW_LINK`: View Link button to open file Google Drive Index Link in browser instead of direct download link, you can figure out if it's compatible with your Index code or not, open any video from you Index and check if its URL ends with `?a=view`. Compatible with [BhadooIndex](https://gitlab.com/ParveenBhadooOfficial/Google-Drive-Index) Code. Default is `False`. `Bool`\n  - `STATUS_LIMIT`: No. of tasks shown in status message with buttons.`Int`\n  - `LOCAL_MIRROR`= set to `True` for enabling files to remain on host. Default to False.\n  - `TORRENT_TIMEOUT`: Timeout of dead torrents downloading with qBittorrent\n  - `AUTO_DELETE_MESSAGE_DURATION`: Interval of time (in seconds), after which the bot deletes it's message and command message. Set to `-1` to disable auto message deletion. `Int`\n  - `TMDB_API_KEY`: your tmdb API key. [Click here](https://www.themoviedb.org/settings/api) \n  - `TMDB_LANGUAGE`: tmdb search language. Default `en`.\n  - `PARALLEL_TASKS`: Number of parallel tasks for queue system. `Int`\n\n  ### Update\n\n  - `UPSTREAM_REPO`: Your github repository link. If your repo is private, add your github repo link with format: `https://username:{githubtoken}@github.com/{username}/{reponame}`: get token from [Github settings](https://github.com/settings/tokens). `Str`. With this field you can update your bot from public/private repository on each restart. \n  - `UPSTREAM_BRANCH`: Upstream branch for update. Default is `master`. `Str`\n  **NOTE**: If any change in docker or requirements you will need to deploy/build again with updated repo for changes to apply. DON'T delete .gitignore file.\n\n  ### Rclone\n  \n  - `DEFAULT_OWNER_REMOTE`: to set default remote from your rclone config for mirroring. (only for owner). `Str`\n  - `DEFAULT_GLOBAL_REMOTE`: to set default remote from global rclone config for mirroring. Use this when `MULTI_RCLONE_CONFIG` is `False`. `Str`\n  - `MULTI_RCLONE_CONFIG`: set to `True` for allowing each user to use their own rclone config. Default to False. `Bool` \n  - `REMOTE_SELECTION`: set to `True` to activate selection of cloud server each time using mirror command. Default to `False`. `Bool`\n  - `MULTI_REMOTE_UP`= set to `True` for allowing upload to multiple clouds servers at the same time. `Bool`. (only for owner)\n  - `USE_SERVICE_ACCOUNTS`: set to `True` for enabling SA for rclone copy. Default to False. `Bool`.\n  - `SERVICE_ACCOUNTS_REMOTE`= name of the shared drive remote from your rclone config file. `Str`. **Note**: remote must have `team_drive` field with `id` in order to work. `Str`\n  - `SERVER_SIDE`= set to `True` for enabling rclone server side copy. Default to False. **NOTE**: if you get errors while copy set this to `False`. `Bool`\n  - `RCLONE_COPY_FLAGS` = key:value,key. All Flags: [RcloneFlags](https://rclone.org/flags/).`Str`\n  - `RCLONE_UPLOAD_FLAGS` = key:value,key. `Str`\n  - `RCLONE_DOWNLOAD_FLAGS` = key:value,key.`Str`\n  - `RC_INDEX_URL`: Public IP/domain where bot is running. Format of URL must be: http://myip, where myip is the Public IP/Domain. `Str`\n  - `RC_INDEX_PORT`: Port to use. Default to `8080`. `Str`\n  - `RC_INDEX_USER`: Custom user. Default to `admin`. `Str`\n  - `RC_INDEX_PASS`: Custom password. Default to `admin`. `Str`\n\n  ### GDrive Tools\n\n  - `GDRIVE_FOLDER_ID`: Folder/TeamDrive ID of the Google Drive Folder or `root` to which you want to clone. Required for `Google Drive`. `Int`\n  - `IS_TEAM_DRIVE`: Set `True` if TeamDrive. Default is `False`. `Bool`\n  - `EXTENSION_FILTER`: File extensions that won't clone. Separate them by space. `Str`\n  **Notes**: Must add **token.pickle** file directly to root for cloning to work. You can use /files command to add from bot.\n   \n  ### Leech\n\n  - `LEECH_SPLIT_SIZE`: Telegram upload limit in bytes, to automatically slice the file bigger that this size into small parts to upload to Telegram. Default is `2GB` for non premium account or `4GB` if your account is premium. `Int`\n  - `EQUAL_SPLITS`: Split files larger than **LEECH_SPLIT_SIZE** into equal parts size (not working with zip cmd). Default is `False`. `Bool`\n  - `USER_SESSION_STRING`: Pyrogram session string for batch commands and for telegram premium upload. To generate string session use this command `python3 session_generator.py` on command line on your pc from repository folder. **NOTE**: When using string session, you have to use with `LEECH_LOG`. You can also use batch commands without string session, but you can't save messages from private/restricted telegram channels. `Str`\n  - `LEECH_LOG`: Chat ID. Upload files to specific chat/chats. Add chats separated by spaces. `Str` **NOTE**: Only available for superGroup/channel. Add `-100` before channel/supergroup id. Add bot in that channel/group as admin if using without string session.\n  - `BOT_PM`: set to `True` if you want to send leeched files in user's PM. Default to False. `Bool`\n\n  ### MEGA\n\n  - `MEGA_EMAIL`: E-Mail used to sign up on mega.nz for using premium account.`Str`\n  - `MEGA_PASSWORD`: Password for mega.nz account.`Str`\n\n  ### RSS\n\n  - `RSS_DELAY`: Time in seconds for rss refresh interval. Default is `900` in sec. `Int`\n  - `RSS_CHAT_ID`: Chat ID where rss links will be sent. If you want message to be sent to the channel then add channel id. Add `-100` before channel id. `Int`\n  - **RSS NOTE**: `RSS_CHAT_ID` is required, otherwise monitor will not work. You must use `USER_STRING_SESSION` --OR-- *CHANNEL*. If using channel then bot should be added in both channel and group(linked to channel) and `RSS_CHAT_ID` is the channel id, so messages sent by the bot to channel will be forwarded to group. Otherwise with `USER_STRING_SESSION` add group id for `RSS_CHAT_ID`. If `DATABASE_URL` not added you will miss the feeds while bot offline.    \n\n  ### qBittorrent/Aria2c\n\n  - `QB_BASE_URL`: Valid BASE URL where the bot is deployed to use qbittorrent web selection and local mirror. Format of URL should be http://myip, where myip is the Public IP/Domain. If you have chosen port other than 80, write it in this format http://myip:port (http and not https).`Str`\n  - `QB_SERVER_PORT`: Port. Default to `80`. `Int`\n  - `WEB_PINCODE`: If empty or False means no pincode required while torrent file web selection. Bool\n  Qbittorrent NOTE: If your facing ram exceeded issue then set limit for MaxConnecs, decrease AsyncIOThreadsCount in qbittorrent config and set limit of DiskWriteCacheSize to 32.`Int`\n\n  ### Torrent Search\n\n  - `SEARCH_API_LINK`: Search api app link. Get your api from deploying this [repository](https://github.com/Ryuk-me/Torrent-Api-py). `Str`\n  - `SEARCH_LIMIT`: Search limit for search api, limit for each site. Default is zero. `Int`\n  - `SEARCH_PLUGINS`: List of qBittorrent search plugins (github raw links). Add/Delete plugins as you wish. Main Source: [qBittorrent Search Plugins (Official/Unofficial)](https://github.com/qbittorrent/search-plugins/wiki/Unofficial-search-plugins).`List`\n\n3. **Deploying with Docker**\n\n- Build Docker image:\n\n```\nsudo docker build . -t rcmltb \n```\n\n- Run the image:\n\n```\nsudo docker run -p 80:80 -p 8080:8080 rcmltb\n```\n\n- To stop the container:\n\n```\n  sudo docker ps\n```\n\n```\n  sudo docker stop id\n```\n- To clear the container:\n\n```\n  sudo docker container prune\n```\n\n- To delete the images:\n\n```\n  sudo docker image prune -a\n```\n\n4. **Deploying using docker-compose**\n\n**NOTE**: If you want to use port other than 80 (torrent file selection) or 8080 (rclone serve), change it in docker-compose.yml\n\n- Install docker-compose\n\n```\nsudo apt install docker-compose\n```\n\n- Build and run Docker image:\n```\nsudo docker-compose up\n```\n\n- After editing files with nano for example (nano start.sh):\n```\nsudo docker-compose up --build\n```\n\n- To stop the image:\n```\nsudo docker-compose stop\n```\n\n- To run the image:\n```\nsudo docker-compose start\n\n```\n\n## Generate Database\n\n1. Go to `https://mongodb.com/` and sign-up.\n2. Create Shared Cluster (Free).\n4. Add `username` and `password` for your db and click on `Add my current IP Address`.\n6. Click on `Connect`, and then press on `Connect your application`.\n7. Choose `Driver` **python** and `version` **3.6 or later**.\n8. Copy your `connection string` and replace `\u003cpassword\u003e` with the password of your user, then press close.\n9. Go to `Network Access` tab, click on edit button and finally click `Allow access from anywhere` and confirm.\n\n------\n\n## How to create rclone config file\n\n**Check this youtube video (not mine, credits to author):** \n\u003cp\u003e\u003ca href=\"https://www.youtube.com/watch?v=Sp9lG_BYlSg\"\u003e \u003cimg src=\"https://img.shields.io/badge/See%20Video-black?style=for-the-badge\u0026logo=YouTube\" width=\"160\"\"/\u003e\u003c/a\u003e\u003c/p\u003e\n\n**Notes**:\n- When you create rclone.conf file add at least two accounts if you want to copy from cloud to cloud. \n- For those on android phone, you can use [RCX app](https://play.google.com/store/apps/details?id=io.github.x0b.rcx\u0026hl=en_IN\u0026gl=US) app to create rclone.conf file. Use \"Export rclone config\" option in app menu to get config file.\n- Rclone supported providers:\n  \u003e 1Fichier, Amazon Drive, Amazon S3, Backblaze B2, Box, Ceph, DigitalOcean Spaces, Dreamhost, **Dropbox**,   Enterprise File Fabric, FTP, GetSky, Google Cloud Storage, **Google Drive**, Google Photos, HDFS, HTTP, Hubic, IBM COS S3, Koofr, Mail.ru Cloud, **Mega**, Microsoft Azure Blob Storage, **Microsoft OneDrive**, **Nextcloud**, OVH, OpenDrive, Oracle Cloud Storage, ownCloud, pCloud, premiumize.me, put.io, Scaleway, Seafile, SFTP, **WebDAV**, Yandex Disk, etc. **Check all providers on official site**: [Click here](https://rclone.org/#providers).\n\n## Getting Google OAuth API credential file and token.pickle\n\n**NOTES**\n- You need OS with a browser.\n- Windows users should install python3 and pip. You can find how to install and use them from google.\n- You can ONLY open the generated link from `generate_drive_token.py` in local browser.\n\n1. Visit the [Google Cloud Console](https://console.developers.google.com/apis/credentials)\n2. Go to the OAuth Consent tab, fill it, and save.\n3. Go to the Credentials tab and click Create Credentials -\u003e OAuth Client ID\n4. Choose Desktop and Create.\n5. Publish your OAuth consent screen App to prevent **token.pickle** from expire\n6. Use the download button to download your credentials.\n7. Move that file to the root of rclone-tg-bot, and rename it to **credentials.json**\n8. Visit [Google API page](https://console.developers.google.com/apis/library)\n9. Search for Google Drive Api and enable it\n10. Finally, run the script to generate **token.pickle** file for Google Drive:\n```\npip3 install google-api-python-client google-auth-httplib2 google-auth-oauthlib\npython3 generate_drive_token.py\n```\n------\n\n## Bittorrent Seed\n\n- Using `-d` argument alone will lead to use global options for aria2c or qbittorrent.\n\n## Qbittorrent\n\n- Global options: `GlobalMaxRatio` and `GlobalMaxSeedingMinutes` in qbittorrent.conf, `-1` means no limit, but you can cancel manually.\n  - **NOTE**: Don't change `MaxRatioAction`.\n\n\n## Using Service Accounts to avoid user rate limit [For Google Drive Remotes]\n\n\u003e For Service Account to work, you must set `USE_SERVICE_ACCOUNTS`= \"True\" in config file or environment variables.\n\u003e**NOTE**: Using Service Accounts is only recommended for Team Drive.\n\n### 1. Generate Service Accounts. [What is Service Account?](https://cloud.google.com/iam/docs/service-accounts)\n\n**Warning**: Abuse of this feature is not the aim of this project and we do **NOT** recommend that you make a lot of projects, just one project and 100 SAs allow you plenty of use, its also possible that over abuse might get your projects banned by Google.\n\n\u003e**NOTE**: If you have created SAs in past from this script, you can also just re download the keys by running:\n```\npython3 gen_sa_accounts.py --download-keys $PROJECTID\n```\n\u003e**NOTE:** 1 Service Account can copy around 750 GB a day, 1 project can make 100 Service Accounts so you can copy 75 TB a day.\n\n#### Two methods to create service accounts\nChoose one of these methods\n\n##### 1. Create Service Accounts in existed Project (Recommended Method)\n\n- List your projects ids\n\n```\npython3 gen_sa_accounts.py --list-projects\n```\n\n- Enable services automatically by this command\n\n```\npython3 gen_sa_accounts.py --enable-services $PROJECTID\n```\n\n- Create Sevice Accounts to current project\n\n```\npython3 gen_sa_accounts.py --create-sas $PROJECTID\n```\n\n- Download Sevice Accounts as accounts folder\n\n```\npython3 gen_sa_accounts.py --download-keys $PROJECTID\n```\n##### 2. Create Service Accounts in New Project\n```\npython3 gen_sa_accounts.py --quick-setup 1 --new-only\n```\nA folder named accounts will be created which will contain keys for the Service Accounts.\n\n### 2. Add Service Accounts\n\n#### Two methods to add service accounts\nChoose one of these methods\n\n##### 1. Add Them To Google Group then to Team Drive (Recommended)\n- Mount accounts folder\n\n```\ncd accounts\n```\n\n- Grab emails form all accounts to emails.txt file that would be created in accounts folder\n- `For Windows using PowerShell`\n\n```\n$emails = Get-ChildItem .\\**.json |Get-Content -Raw |ConvertFrom-Json |Select -ExpandProperty client_email \u003e\u003eemails.txt\n```\n\n- `For Linux`\n\n```\ngrep -oPh '\"client_email\": \"\\K[^\"]+' *.json \u003e emails.txt\n```\n\n- Unmount acounts folder\n\n```\ncd ..\n```\nThen add emails from emails.txt to Google Group, after that add this Google Group to your Shared Drive and promote it to manager and delete email.txt file from accounts folder\n\n##### 2. Add Them To Team Drive Directly\n- Run:\n\n```\npython3 add_to_team_drive.py -d SharedTeamDriveSrcID\n```\n------\n\n## Yt-dlp and Aria2c Authentication Using .netrc File\nFor using your premium accounts in yt-dlp or for protected Index Links, create .netrc and not netrc, this file will be hidden, so view hidden files to edit it after creation. Use following format on file: \n\nFormat:\n\n```\nmachine host login username password my_password\n```\n\nExample:\n\n```\nmachine instagram login user.name password mypassword\n```\n\n**Instagram Note**: You must login even if you want to download public posts and after first try you must confirm that this was you logged in from different ip(you can confirm from phone app).\n\n**Youtube Note**: For `youtube` authentication use [cookies.txt](https://github.com/ytdl-org/youtube-dl#how-do-i-pass-cookies-to-youtube-dl) file.\n\nUsing Aria2c you can also use built in feature from bot with or without username. Here example for index link without username.\n\n```\nmachine example.workers.dev password index_password\n```\n\nWhere host is the name of extractor (eg. instagram, Twitch). Multiple accounts of different hosts can be added each separated by a new line.\n\n-----\n\n## Donations\n\n[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/sammax09)\n\n-----\n\n## Bot Screenshot: \n\n\u003cimg src=\"./screenshot.png\" alt=\"button menu example\"\u003e\n\n-----","funding_links":["https://ko-fi.com/sammax09"],"categories":["Python"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSam-Max%2Frcmltb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FSam-Max%2Frcmltb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSam-Max%2Frcmltb/lists"}