Skip to content

lucasdsalves/python-stuff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

Sorted python small programs with different goals.

Project technologies

Table of contents

Stock prices
Instagram data
Captcha

Stock prices

  • Goal: get a stock price from TwelveData API
  • Create your own API Key on TwelveData
  • Install package: requests
pip install requests

Instagram data

  • Goal: get user data from Instagram profile, such as bio, followers, following, private account
  • It's necessary to log in with an instagram user
  • Install package: instaloader
pip install instaloader

Generate captcha

  • Goal: generate captcha .png image with random text
pip install captcha

Ps.: If pip command is not recognized, it's possible to try ``` py -m pip install packageName ```

Releases

No releases published

Packages

No packages published

Languages