Create a Twitter bot in python - part 2

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • MailHog

    Web and API based SMTP testing

  • To test email sending locally, you can use the mailhog service.

  • twitter-text-python

    Twitter Text Libraries for Python

  • We use some pydantic validators to check our payload. We check that the creation_date is correct, the tweet text is correct according to Twitter rules, and for that, we use the twitter-text-parser library.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • flyctl

    Command line tools for fly.io services

  • You can host your application for free on platforms like fly.io.

  • fastapi

    FastAPI framework, high performance, easy to learn, fast to code, ready for production

  • Here is an example of a FastAPI server to set up quickly a redirect url.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts