Generate Random User Data

RandomUser.me

Random User Generator API: This is a great tool for generating random user data. You can use it to generate any number of random users and associated data, and you can also specify gender, nationality, and many other filters that can be really helpful when testing apps or, in this case, APIs.

<aside> 💡 The URL to call the RU data API is https://randomuser.me/api

</aside>

import requests
requests.get("<https://randomuser.me/api>")
#<Response [200]>
  1. Can we save stuff from python terminal into a special file?
  2. Can we run code in markdown/jupyter notebook format?
  3. Can we make an action to draw all readmes into acord-robotics/stellarios/tree/gh-pages/docs on github?
  4. For all these ideas on Notion, do a big #Ideas so that we can lump them into a search bar on the main homebase
  5. Terminal show hidden text (e.g. reponse ^^)

Randomuser.me/api is a baseurl aka the API URL

TheDogAPI

import requests
response = requests.get("<https://api.thedogapi.com/>")
response.text