Coder Social home page Coder Social logo

gabesseven / instagram-id-scraper-api Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 19 KB

Instagram ID scraper API, project built as a work on the Upwork.com platform, objective of this project is to filter users from strings provided in the input file.

Python 100.00%

instagram-id-scraper-api's Introduction

Instagram ID scraper API


๐Ÿ“‹ Project description


Instagram ID scraper API, project built as a work on the Upwork.com (https://www.upwork.com/) platform, objective of this project is to filter users from strings provided in the input file.

When parsing the string, if there are more than three users, nothing is returned, otherwise, the respective ID of that user is returned.

"search.py" has an authentication process, simulating packages from a smartphone.

"search2.py" does not have an authentication process.


๐Ÿ–ฅ๏ธ Usability

To run the "search.py" program, it is necessary to have an input file with the strings to be scraped:

$ ls input-file.txt 
user1
user2
user3
user4
...

The program is executed passing the input file as the first parameter and the output file as the second parameter:

$ python search.py input-file.txt output-file.txt

Finally, the ID of each user separated by pipeline will be returned, if the number of users found corresponding to the searched string is less than four:

$ ls output-file.txt 
user1
|id1,id2,id3
user2
|id1,id2
user3
|id1
user4
|
...

In the previous example, user1 found four users, user2 two users, user3 one user, and user4 found more than four users.


๐Ÿ“ Project access

You can access the project's source code or download it.


โœ”๏ธ Techniques and technologies used

  • Python

๐Ÿง‘โ€๐Ÿ’ป Developer


Gabriel Ferreira

instagram-id-scraper-api's People

Contributors

gabesseven avatar

Watchers

Kostas Georgiou avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.