From 6fec4ae3353f9ca95c6b872a5b59f39a818f4d03 Mon Sep 17 00:00:00 2001 From: Hugo Slepicka Date: Mon, 16 Jan 2023 07:49:27 -0800 Subject: [PATCH] Add new contribution. --- build.py | 2 ++ site/data/records.json | 22 ++++++++++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/build.py b/build.py index aa643d5..17e24dc 100644 --- a/build.py +++ b/build.py @@ -11,6 +11,8 @@ def generate_for_entry(deploy_path, uid, entry): html = [] + entry["description"] = entry["description"].replace("\n", "
") + # INTRO intro = string.Template("""
$name
diff --git a/site/data/records.json b/site/data/records.json index 024c072..96acdec 100644 --- a/site/data/records.json +++ b/site/data/records.json @@ -596,5 +596,27 @@ "license": "Freeware", "upload_date": "09/11/2022", "rank": 0.85 + }, + { + "name": "BotCity Instagram ChatGpt", + "description_short": "Instagram content publisher using ChatGPT and Google Images", + "description": "Initial Setup:\nYou need to create a BotCity account and download the project resources: https://lnkd.in/dAae4ZgS\nYou must have an OpenAI key. You can get one here: https://lnkd.in/dQJb7GaZ\nYou must have a Google API key and password: https://lnkd.in/dxKKKa4R\nYou must also have an Instagram Account.\n\nHow does it work:\nAfter you provide the login and password, the software will store the data in a folder called Chave;\nYou can select a subject making sure to provide the maximum detail you can about what you would like to talk;\nYou can ask for hashtags to be added at the end of the text;\nYou can describe the image that you would like to use for your post and Google Images will return an image related to the subject;\n\n(It is not yet possible to visualize the image before posting. It will be added in future versions).\nThe software will open Instagram, select the Google Images file and write the text generated by OpenAI.", + "tags": ["python", "chatgpt", "openia", "bot", "instagram"], + "programming_language": "python", + "technology": ["botcity", "openai", "selenium"], + "OS": ["windows"], + "thumbnail_url": "https://i.imgur.com/gZ8HtBl.png", + "youtube_video": "https://dms.licdn.com/playlist/C4D05AQE-2qeYqpvqgA/mp4-720p-30fp-crf28/0/1673798969751?e=1674489600&v=beta&t=tUspALCRYjMm903ShbVNVCkvGp6u5zVjjUdnMNQ0cV0", + "youtube_width": 560, + "youtube_height": 315, + "author_name": "Thiago Noronha", + "author_site": "https://www.linkedin.com/in/tsnoronha/", + "repository_name": "BotCityChatGpt", + "repository_url": "https://github.com/NoronhaT/BotCityChatGpt", + "company_name": "3lackd", + "company_site": "https://www.3lackd.com", + "license": "Freeware", + "upload_date": "01/16/2023", + "rank": 0.95 } ]