Hire me
Pooyan Razian

Github Codespaces: A different way to code

Before we start, I have provided a repository that contains some example config files based on my personal preferences. If that is the only thing you are looking for, you can skip right to the conclusion section and check that out! GitHub Codespaces is an online development environment that allows developers to write, review, and debug code without needing to set up a local development environment... [read more]

March 5, 2023

Github Codespaces: A different way to code

How to generate fun images using OpenAI

A few days ago I was curious to try out OpenAI APIs, so I wrote a small CLI tool to generate images using the API. The project can be found on this repository on GitHub . Where can this be used? You can easily generate unique cool images in a few seconds based on your thoughts and share them with your colleagues or friends on Slack, Twitter, or other social media! How to install and use the tool T... [read more]

January 20, 2023

How to generate fun images using OpenAI

Subject-based twitter bots who can exclude spammers! How?

Following technical topics on Twitter is not always easy. Why? Because: It is not possible to follow everyone who tweets about the topic you are interested in. Even if you do so, they not always tweet about the topics you are interested in . You can continuously use Twitter's search option, but even their results are full of unrelated content . Most interesting hashtags are polluted with marketing... [read more]

August 7, 2022

Subject-based twitter bots who can exclude spammers! How?

How to create a simple Twitter bot with Python

Yesterday, I started building a bot to automatically tweet about the new articles I write on my website. In this article, I will share the simplest bot you can build and more importantly will share a few tips about how to deal with authentication/authorization especially if you want the bot to tweet on your behalf only, and if it is not supposed to impersonate other users. Please bear in mind, Twi... [read more]

July 30, 2022

How to create a simple Twitter bot with Python
per page

Github Codespaces: A different way to code

Before we start, I have provided a repository that contains some example config files based on my personal preferences. If that is the only thing you are looking for, you can skip right to the conclusion section and check that out! GitHub Codespaces is an online development environment that allows developers to write, review, and debug code without needing to set up a local development environment... [read more]

March 5, 2023

Github Codespaces: A different way to code

How to generate fun images using OpenAI

A few days ago I was curious to try out OpenAI APIs, so I wrote a small CLI tool to generate images using the API. The project can be found on this repository on GitHub . Where can this be used? You can easily generate unique cool images in a few seconds based on your thoughts and share them with your colleagues or friends on Slack, Twitter, or other social media! How to install and use the tool T... [read more]

January 20, 2023

How to generate fun images using OpenAI

Subject-based twitter bots who can exclude spammers! How?

Following technical topics on Twitter is not always easy. Why? Because: It is not possible to follow everyone who tweets about the topic you are interested in. Even if you do so, they not always tweet about the topics you are interested in . You can continuously use Twitter's search option, but even their results are full of unrelated content . Most interesting hashtags are polluted with marketing... [read more]

August 7, 2022

Subject-based twitter bots who can exclude spammers! How?

How to create a simple Twitter bot with Python

Yesterday, I started building a bot to automatically tweet about the new articles I write on my website. In this article, I will share the simplest bot you can build and more importantly will share a few tips about how to deal with authentication/authorization especially if you want the bot to tweet on your behalf only, and if it is not supposed to impersonate other users. Please bear in mind, Twi... [read more]

July 30, 2022

How to create a simple Twitter bot with Python
per page
Copyright © 2026 - pooyan.info