Code Monkey home page Code Monkey logo

nickoscope's People

Contributors

geekyshacklebolt avatar

Watchers

 avatar  avatar

Forkers

tech-diesel

nickoscope's Issues

Fix Instagram Search: Inconsistent results

Currently, if you run the project locally and search for a username availability, then Instagram search results will be fine. But if you use the deployed application on Heroku here: https://nickoscope.herokuapp.com/ then Instagram results will always be "AVAILABLE" that means every time it shows username is ready to take.

Steps to reproduce

  1. Clone the repo and run the project locally.
  2. Search Username: geekyshacklebolt, Notice Instagram result as "NOT_AVAILABLE"
  3. Go to https://nickoscope.herokuapp.com/
  4. Search Username: geekyshacklebolt, Notice Instagram result as "AVAILABLE"

I have verified that the master branch on Heroku is updated with GitHub master, and I don't know why this inconsistency occurring.

Modularize Searching: Write individual functions for checking usernames availability on each website

Currently, usernames availability check is done in broader functions like check_on_sites_with_syntax_domain_username. We can modularize this checking in separate functions for each website and calling them in function check_username_availability. This might also be necessary because there would be different cases and approaches to check username availability on different websites. Therefore, keeping their checks modularize in separate functions would be good in later stages.

Fix Twitter Search: Always showing username as not available

Currently, no matter if the username is available or not, twitter search results are always showing username as "NOT_AVAILABLE" to take, because in both cases the response is coming with status code 200 OK.

Steps to reproduce

  1. Go to nickoscope.herokuapp.com/
  2. Search any username and it will be listed as "NOT_AVAILABLE" which means "ALREADY_TAKEN".

So, we need to find another way for searching usernames availability on twitter that might need to write an independent function for the same.

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.