{"id":21852189,"url":"https://github.com/brucedone/tiktok","last_synced_at":"2025-10-08T04:49:37.617Z","repository":{"id":144972057,"uuid":"91244894","full_name":"BruceDone/Tiktok","owner":"BruceDone","description":"Python web visualize build on the awesome web framework sanic","archived":false,"fork":false,"pushed_at":"2017-07-12T03:57:50.000Z","size":1751,"stargazers_count":62,"open_issues_count":1,"forks_count":30,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-04-14T16:52:07.640Z","etag":null,"topics":["cron","cron-jobs","cronjob","docker","docker-compose","python","python3","scheduler","visualization","web"],"latest_commit_sha":null,"homepage":null,"language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"wtfpl","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BruceDone.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2017-05-14T13:25:05.000Z","updated_at":"2024-09-03T02:15:38.000Z","dependencies_parsed_at":"2024-01-14T03:03:10.960Z","dependency_job_id":"16991905-e8f6-4b19-9295-9898303e10e5","html_url":"https://github.com/BruceDone/Tiktok","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/BruceDone/Tiktok","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BruceDone%2FTiktok","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BruceDone%2FTiktok/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BruceDone%2FTiktok/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BruceDone%2FTiktok/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BruceDone","download_url":"https://codeload.github.com/BruceDone/Tiktok/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BruceDone%2FTiktok/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278891743,"owners_count":26063855,"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-10-08T02:00:06.501Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","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":["cron","cron-jobs","cronjob","docker","docker-compose","python","python3","scheduler","visualization","web"],"created_at":"2024-11-28T01:14:16.192Z","updated_at":"2025-10-08T04:49:37.602Z","avatar_url":"https://github.com/BruceDone.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tiktok\n\u003cimg src=\"imgs/tiktok.jpeg\" \u003e\nPython web visualize build on the awesome web framework sanic ,it's inspired by the project of [dagobah](https://github.com/thieman/dagobah)\n\n\n## Why use sanic \nWhile i using the dagobah ,which is based on the web framework of flask,and python version should be 2.x , after the app run a long time,the whole web page will broken and i have no choice except for restart it , after the deep research ,i do not have the reason why .so i just decide to use the sanic to replace the flask to see if it will fix this bug.\n\n\n## How to use \n* environment\n    * python:3.5.x\n    * mongodb:3.2.x\n    * docker-compose \u003e= 1.11.2\n* run with local\n    * `pip install git+https://github.com/BruceDone/py-dag.git`\n    * please start the mongo instance \n    * please edit the `src\\config.yml ` MongoBackend section, update the host,port \n    * install the package `pip install -r requirements.txt`\n    * `python run_app.py`\n    * open the 'http://0.0.0.0:9000' in your browser \n* run with docker\n    * please install the docker ,and docker-compose \n    * run `docker-compose build` in your shell \n    * run `docker-compose up -d` in your shell\n    * open the 'http://0.0.0.0:9000' in your browser \n\n## Feature\n\n* Manage multiple jobs scheduled with Cron syntax. Run times are shown in your local timezone.\n\n\u003cimg src=\"http://i.imgur.com/PjPQedn.png\" height=\"400\"\u003e\n\n* Tasks can be anything you'd normally run at a shell prompt. Pipe and redirect your heart out.\n\n\u003cimg src=\"http://i.imgur.com/mWuQopx.png\" height=\"400\"\u003e\n\n* Failed tasks don't break your entire job. Once you fix the task, the job picks up from where it left off.\n\n\u003cimg src=\"http://i.imgur.com/u2vDre2.png\" height=\"400\"\u003e\n\n* On completion and failure, Tiktok sends you an email summary of the executed job (just set it up in the config file).\n\n\u003cimg src=\"http://i.imgur.com/yN6LUUZ.png\" height=\"400\"\u003e\n\n* Tasks can even be [run on remote machines](https://github.com/thieman/dagobah/wiki/Adding-and-using-remote-hosts-in-Dagobah) (using your SSH config)\n\u003cimg src=\"http://i.imgur.com/3sNjJiz.png\" height=\"200\"\u003e\n\n\n## ToDo\n- [ ] Login\n- [ ] Send Email \n- [ ] Import and export job\n- [ ] Remote task","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrucedone%2Ftiktok","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrucedone%2Ftiktok","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrucedone%2Ftiktok/lists"}