Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

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 ```

About

Python - Some stuff I've been doing

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages