Skip to content

Commit

Permalink
Add new contribution.
Browse files Browse the repository at this point in the history
  • Loading branch information
hhslepicka committed Jan 16, 2023
1 parent c17b3f4 commit 6fec4ae
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ def generate_for_entry(deploy_path, uid, entry):

html = []

entry["description"] = entry["description"].replace("\n", "<br>")

# INTRO
intro = string.Template("""
<div id="botName">$name</div>
Expand Down
22 changes: 22 additions & 0 deletions site/data/records.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
]

0 comments on commit 6fec4ae

Please sign in to comment.