{"id":20797843,"url":"https://github.com/cryptohazard/mecene","last_synced_at":"2025-08-27T14:24:26.415Z","repository":{"id":73499937,"uuid":"127401443","full_name":"cryptohazard/mecene","owner":"cryptohazard","description":"mecene bot to support communities on the steem blockchain","archived":false,"fork":false,"pushed_at":"2018-11-02T19:23:10.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-18T11:44:01.729Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cryptohazard.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":"2018-03-30T08:15:38.000Z","updated_at":"2018-06-02T00:41:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"2b802af6-20f4-46a4-a85a-0c59050e3e0b","html_url":"https://github.com/cryptohazard/mecene","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cryptohazard%2Fmecene","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cryptohazard%2Fmecene/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cryptohazard%2Fmecene/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cryptohazard%2Fmecene/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cryptohazard","download_url":"https://codeload.github.com/cryptohazard/mecene/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243141238,"owners_count":20242819,"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":[],"created_at":"2024-11-17T16:35:29.700Z","updated_at":"2025-03-12T02:13:23.016Z","avatar_url":"https://github.com/cryptohazard.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Mecene](https://user-images.githubusercontent.com/34451833/38692703-514dcf9a-3e8d-11e8-8b92-95f8870642c0.png)\n# mecene\n*mécène: French for sponsor, donator, patron. [wiktionary](https://en.wiktionary.org/wiki/m%C3%A9c%C3%A8ne)*\n\nThis is a bot to support communities on the steem blockchain. It automatically *upvote* the chosen communities tags.\n\nYou can find a similar service here: [tagbot](https://github.com/emre/tagbot).\n\n## Install nodejs \u0026 npm\nYou can skip this part if you have already installed nodejs/nmp.\n```\n$ sudo apt-get update\n$ curl -sL https://deb.nodesource.com/setup_9.x | sudo -E bash -\n$ sudo apt-get install -y nodejs\n$ sudo apt-get install npm\n$ sudo apt-get install nodejs-legacy\n```\n## Setup \u0026 Installation\nClone the project repository and install using NPM:\n\n```\n$ git clone https://github.com/cryptohazard/mecene.git\n$ cd mecene\n$ npm install\n```\nUpdate the configuration file ```config.json``` with your account and the posting private key (See description).\n\n### Run in Docker\nIf you are using Docker, you can use the following commands:\n\n```\ndocker build -t mecene .\ndocker run -itd --rm --name mecene mecene\n\nCheck the status with docker logs\ndocker logs mecene\n```\n\n### Run in background with PM2\nYou can use the PM2 software to manage and run your nodejs programs in background:\n```\n$ npm install pm2 -g\n$ pm2 start app.js --name mecene\n$ pm2 logs mecene\n```\n\n## Bot Configuration\n\nConfiguration is stored in the JSON ```config.json```.\n\n|        Option       |         Definition                                   |  Default Values |\n|:-------------------:|------------------------------------------------------|-----------------|\n| rpc_node            | a steem node to connect                              |steemit API node |\n| account             | bot account                                          |                 |\n| posting_key         | the private posting key of the bot account           |                 |\n| minimum_power       | the minimum voting power at which the bot operates   | 10 %            |\n| minimum_reputation  | the minimum reputation of authors                    | 25              |\n| maximum_reputation  | the maximum reputation of authors                    | 70              |\n| voting_weight       | vote weight (in percent) to apply on every vote      | 70 %             |\n| voting_delay        | waiting time in minutes before the actual vote       | 30 minutes      |\n| tags                | communities tags to upvote posts like #fr, #art,...  |                 |\n| whitelist           | list of authors to automatically sponsor             |                 |\n| whitelist_power     | voting weigth for whitelisted authors                | 70 %            |\n| blacklist           | A list of authors to ignore                          |                 |\n| blacklist_tags      | A list of authors to ignore                          |                 |\n\n\n\n## TODO\n* vote weight per sponsored tags/authors\n* additional criteria per tag:\n  * reputation\n  * author name\n  * additional tags required\n* voting power recovery:\n  * vote at X% power\n  * until power at Y%\n  * then recover until Z% power\n* blacklist downvote (I am not keen on that one)\n\n## Logo\n*Thanks @radudangratian for the cool logo!*\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcryptohazard%2Fmecene","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcryptohazard%2Fmecene","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcryptohazard%2Fmecene/lists"}