[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-2154":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":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":17,"stars7d":18,"stars30d":19,"stars90d":16,"forks30d":16,"starsTrendScore":20,"compositeScore":21,"rankGlobal":10,"rankLanguage":10,"license":22,"archived":23,"fork":23,"defaultBranch":24,"hasWiki":25,"hasPages":23,"topics":26,"createdAt":10,"pushedAt":10,"updatedAt":35,"readmeContent":36,"aiSummary":37,"trendingCount":16,"starSnapshotCount":16,"syncStatus":38,"lastSyncTime":39,"discoverSource":40},2154,"MoneyPrinterV2","FujiwaraChoki\u002FMoneyPrinterV2","FujiwaraChoki","Automate the process of making money online.","",null,"Python",30867,3317,241,49,0,19,116,426,110,45,"GNU Affero General Public License v3.0",false,"main",true,[27,28,29,30,31,32,33,34],"automation","cli","json","money","outreach","python","twitter","youtube","2026-06-12 02:00:38","# MoneyPrinter V2\n\nSponsored by Post Bridge\n\n\u003Ca href=\"https:\u002F\u002Fwww.post-bridge.com\u002F?ref=moneyprinter\">\n  \u003Cimg src=\"docs\u002Frepo\u002FPostBridgeBanner.png\" alt=\"Post Bridge integration banner\" width=\"720\" \u002F>\n\u003C\u002Fa>\n\n\n[![madewithlove](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002Fmade_with-%E2%9D%A4-red?style=for-the-badge&labelColor=orange)](https:\u002F\u002Fgithub.com\u002FFujiwaraChoki\u002FMoneyPrinterV2)\n\n[![Buy Me A Coffee](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FBuy%20Me%20A%20Coffee-Donate-brightgreen?logo=buymeacoffee)](https:\u002F\u002Fwww.buymeacoffee.com\u002Ffujicodes)\n[![GitHub license](https:\u002F\u002Fimg.shields.io\u002Fgithub\u002Flicense\u002FFujiwaraChoki\u002FMoneyPrinterV2?style=for-the-badge)](https:\u002F\u002Fgithub.com\u002FFujiwaraChoki\u002FMoneyPrinterV2\u002Fblob\u002Fmain\u002FLICENSE)\n[![GitHub issues](https:\u002F\u002Fimg.shields.io\u002Fgithub\u002Fissues\u002FFujiwaraChoki\u002FMoneyPrinterV2?style=for-the-badge)](https:\u002F\u002Fgithub.com\u002FFujiwaraChoki\u002FMoneyPrinterV2\u002Fissues)\n[![GitHub stars](https:\u002F\u002Fimg.shields.io\u002Fgithub\u002Fstars\u002FFujiwaraChoki\u002FMoneyPrinterV2?style=for-the-badge)](https:\u002F\u002Fgithub.com\u002FFujiwaraChoki\u002FMoneyPrinterV2\u002Fstargazers)\n[![Discord](https:\u002F\u002Fimg.shields.io\u002Fdiscord\u002F1134848537704804432?style=for-the-badge)](https:\u002F\u002Fdsc.gg\u002Ffuji-community)\n\nAn Application that automates the process of making money online.\nMPV2 (MoneyPrinter Version 2) is, as the name suggests, the second version of the MoneyPrinter project. It is a complete rewrite of the original project, with a focus on a wider range of features and a more modular architecture.\n\n> **Note:** MPV2 needs Python 3.12 to function effectively.\n> Watch the YouTube video [here](https:\u002F\u002Fyoutu.be\u002FwAZ_ZSuIqfk)\n\n## Features\n\n- [x] Twitter Bot (with CRON Jobs => `scheduler`)\n- [x] YouTube Shorts Automator (with CRON Jobs => `scheduler`)\n- [x] Affiliate Marketing (Amazon + Twitter)\n- [x] Find local businesses & cold outreach\n\n## Versions\n\nMoneyPrinter has different versions for multiple languages developed by the community for the community. Here are some known versions:\n\n- Chinese: [MoneyPrinterTurbo](https:\u002F\u002Fgithub.com\u002Fharry0703\u002FMoneyPrinterTurbo)\n\nIf you would like to submit your own version\u002Ffork of MoneyPrinter, please open an issue describing the changes you made to the fork.\n\n## Installation\n\n> ⚠️ If you are planning to reach out to scraped businesses per E-Mail, please first install the [Go Programming Language](https:\u002F\u002Fgolang.org\u002F).\n\n```bash\ngit clone https:\u002F\u002Fgithub.com\u002FFujiwaraChoki\u002FMoneyPrinterV2.git\n\ncd MoneyPrinterV2\n# Copy Example Configuration and fill out values in config.json\ncp config.example.json config.json\n\n# Create a virtual environment\npython -m venv venv\n\n# Activate the virtual environment - Windows\n.\\venv\\Scripts\\activate\n\n# Activate the virtual environment - Unix\nsource venv\u002Fbin\u002Factivate\n\n# Install the requirements\npip install -r requirements.txt\n```\n\n## Usage\n\n```bash\n# Run the application\npython src\u002Fmain.py\n```\n\n## Documentation\n\nAll relevant documents can be found [here](docs\u002F).\n\n## Scripts\n\nFor easier usage, there are some scripts in the `scripts` directory that can be used to directly access the core functionality of MPV2 without the need for user interaction.\n\nAll scripts need to be run from the root directory of the project, e.g. `bash scripts\u002Fupload_video.sh`.\n\n## Contributing\n\nPlease read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us. Check out [docs\u002FRoadmap.md](docs\u002FRoadmap.md) for a list of features that need to be implemented.\n\n## Code of Conduct\n\nPlease read [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md) for details on our code of conduct, and the process for submitting pull requests to us.\n\n## License\n\nMoneyPrinterV2 is licensed under `Affero General Public License v3.0`. See [LICENSE](LICENSE) for more information.\n\n## Acknowledgments\n\n- [KittenTTS](https:\u002F\u002Fgithub.com\u002FKittenML\u002FKittenTTS)\n- [gpt4free](https:\u002F\u002Fgithub.com\u002Fxtekky\u002Fgpt4free)\n\n## Disclaimer\n\nThis project is for educational purposes only. The author will not be responsible for any misuse of the information provided. All the information on this website is published in good faith and for general information purposes only. The author does not make any warranties about the completeness, reliability, and accuracy of this information. Any action you take upon the information you find on this website (FujiwaraChoki\u002FMoneyPrinterV2) is strictly at your own risk. The author will not be liable for any losses and\u002For damages in connection with the use of our website.\n","MoneyPrinterV2 是一个自动化在线赚钱流程的应用程序。其核心功能包括通过Twitter Bot和YouTube Shorts Automator进行定时任务调度、联盟营销（如Amazon与Twitter结合）以及寻找本地企业并进行冷接触推广。该项目使用Python编写，具有模块化架构，支持多种语言版本，并且需要Python 3.12才能有效运行。适用于希望利用社交媒体和网络资源增加收入的个人或小型企业。",2,"2026-06-11 02:48:29","top_language"]