{"id":28907778,"url":"https://github.com/mozartsempiano/psykos","last_synced_at":"2026-05-15T22:05:29.073Z","repository":{"id":299351119,"uuid":"1002730281","full_name":"mozartsempiano/psykos","owner":"mozartsempiano","description":"Bot that fetches random images from Tumblr, analyzes their aesthetics, and posts them on Bluesky.","archived":false,"fork":false,"pushed_at":"2025-06-16T04:35:14.000Z","size":29,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-16T05:20:26.632Z","etag":null,"topics":["ai-tools","atproto","automation","beautifulsoup","bluesky","bluesky-bot","bot","clip-model","content-filtering","image-analysis","image-bot","image-processing","open-source","pillow","pytesseract","python","pytumblr","torch","transformers","tumblr"],"latest_commit_sha":null,"homepage":"https://bsky.app/profile/psykos.bsky.social","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/mozartsempiano.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,"zenodo":null}},"created_at":"2025-06-16T03:53:12.000Z","updated_at":"2025-06-16T04:35:17.000Z","dependencies_parsed_at":"2025-06-16T05:31:54.149Z","dependency_job_id":null,"html_url":"https://github.com/mozartsempiano/psykos","commit_stats":null,"previous_names":["mozartsempiano/psykos"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mozartsempiano/psykos","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozartsempiano%2Fpsykos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozartsempiano%2Fpsykos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozartsempiano%2Fpsykos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozartsempiano%2Fpsykos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mozartsempiano","download_url":"https://codeload.github.com/mozartsempiano/psykos/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozartsempiano%2Fpsykos/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261153583,"owners_count":23116915,"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":["ai-tools","atproto","automation","beautifulsoup","bluesky","bluesky-bot","bot","clip-model","content-filtering","image-analysis","image-bot","image-processing","open-source","pillow","pytesseract","python","pytumblr","torch","transformers","tumblr"],"created_at":"2025-06-21T16:05:59.033Z","updated_at":"2026-05-15T22:05:29.066Z","avatar_url":"https://github.com/mozartsempiano.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Psykos\n\n**[Psykos](https://bsky.app/profile/psykos.bsky.social)** is an automated bot that fetches random images from Tumblr, analyzes their aesthetics, and posts them on Bluesky. It uses advanced APIs and libraries to ensure an efficient and secure experience.\n\n## Features\n\n- Fetches random images from Tumblr blogs.\n- Filters images based on aesthetics using the CLIP model.\n- Detects unwanted themes in captions and images.\n- Publishes images on Bluesky with clean captions and alt text.\n- Logs history of approved and rejected posts.\n\n## Installation\n\n### Prerequisites\n\n- Python 3.8 or higher.\n- Tesseract OCR installed ([Installation Guide](https://github.com/tesseract-ocr/tesseract)).\n- Credentials for Tumblr and Bluesky APIs.\n\n### Step by step\n\n1. Clone this repository:\n\n   ```bash\n   git clone https://github.com/seu-usuario/psykos.git\n   cd psykos\n   ```\n\n2. Install the dependencies:\n\n   ```bash\n   pip install -r requirements.txt\n   ```\n\n3. Create and configure the `.env` file with your credentials:\n\n   ```properties\n   BLUESKY_HANDLE=your_user.bsky.social\n   BLUESKY_APP_PASSWORD=your_app_password ([Get one here](https://bsky.app/settings/app-passwords))\n   TUMBLR_CONSUMER_KEY=your_consumer_key\n   TUMBLR_SECRET_KEY=your_secret_key\n   ```\n\n4. Make sure Tesseract OCR is installed and set the path in the `config.py` file:\n   ```python\n   TESSERACT_CMD = r\"C:\\Program Files\\Tesseract-OCR\\tesseract.exe\"\n   ```\n\n## Usage\n\n1. Create and add the Tumblr blog titles to the `tumblrs.txt` file, separated by commas:\n\n   ```\n   blog1, blog2, blog3\n   ```\n\n2. Run the bot:\n\n   ```bash\n   python main.py\n   ```\n\n3. The bot will fetch images, apply filters, and post to Bluesky automatically.\n\n## Contributing\n\nContributions are welcome! To contribute:\n\n1. Fork the project.\n2. Create a branch for your feature:\n   ```bash\n   git checkout -b my-feature\n   ```\n3. Make your changes and commit:\n   ```bash\n   git commit -m \"Feature description\"\n   ```\n4. Push your changes:\n   ```bash\n   git push origin my-feature\n   ```\n5. Open a Pull Request.\n6. \n## License\n\nThis project is licensed under the [GNU GPLv3 License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmozartsempiano%2Fpsykos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmozartsempiano%2Fpsykos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmozartsempiano%2Fpsykos/lists"}