Amazing list of Python bots / API’s you can use!

Manpreet Singh
3 min readOct 12, 2021

Welcome back! Python is an awesome programming language with a ton of capability, but developing a Python project from scratch can be a bit daunting, so what if there was a way to utilize existing Python scripts to build out your project? Luckily for us, there is! This specific list is hosted on GitHub, here is a link to it:

This specific list is broken down into a ton of different categories, within the scripts folder holds the most valuable pieces to this project:

Within this folder we can choose a range of different Python scripts, let’s take a look inside the API folder:

There are a ton of Python files within this folder, let’s say we wanted to choose the Google-Py Translator project, we can click on that project and utilize the main.py file within this project:

These Python scripts have a ton of great documentation, and as long as you install all of the dependencies, these scripts should fully work for you! If we scroll back, the bots folder has several different files we can choose from as well:

The process is the same, you find a project you like, click on it, and download the associated Python file:

Without a doubt, I would highly recommend checking out this list, it’s an awesome way to see a ton of different projects that were built out with Python, do you plan on checking out this list? I would love to hear your thoughts about it!

As Always

if you have any suggestions, thoughts, or just want to connect, feel free to contact/follow me on Twitter! Also, below is a link to some of my favorite resources for learning programming, Python, R, Data Science, etc

Thanks so much for reading!