GithubHelp home page GithubHelp logo

Comments (29)

tarob0ba avatar tarob0ba commented on May 23, 2024 1

PR created! 😁
I love this project and will continue to contribute in any way I can!

from instascrape.

chris-greening avatar chris-greening commented on May 23, 2024 1

For the black styling you can do pip install black and then navigate to the root directory and type black . and that's it!!! I'm not too worried about enforcing black styling right now so if you don't do it on your PR's, no worries

I'm honestly really glad to hear you like the project though lol, this is my first open source and I'd love for people to get use out of it

from instascrape.

tarob0ba avatar tarob0ba commented on May 23, 2024 1

Me, realizing that already exists: 😂

from instascrape.

chris-greening avatar chris-greening commented on May 23, 2024 1

@PriyanshTri go for it! Feel free to submit a PR and I'll give it a look 😄

from instascrape.

tarob0ba avatar tarob0ba commented on May 23, 2024 1

I made a badge that might interest you. Details: https://github.com/chatter-social/chatterware

from instascrape.

tarob0ba avatar tarob0ba commented on May 23, 2024 1

Might update README's Table of Contents by removing the link to the non-existing dependencies section and send a PR.

from instascrape.

tarob0ba avatar tarob0ba commented on May 23, 2024 1

Sure thing, I'll try to get to that tonight or tomorrow.

from instascrape.

tarob0ba avatar tarob0ba commented on May 23, 2024

Hi, this is my first time contributing to open source. Can you assign me this?

from instascrape.

tarob0ba avatar tarob0ba commented on May 23, 2024
  • update Features section to be more comprehensive
  • add more images/gifs
  • short snippets/examples
  • Dependencies section
  • badge(s) that add something meaningful to understanding this repo
  • emojis... lots of emojis
  • fixed a typo

I didn't make many significant changes, just added a dependencies section with the pip commands to install each library, with a few small tweaks. Libraries taken from dependencies.txt

from instascrape.

tarob0ba avatar tarob0ba commented on May 23, 2024

Creating a PR now...

from instascrape.

tarob0ba avatar tarob0ba commented on May 23, 2024

PR created, will sit tight and do other stuff.

from instascrape.

tarob0ba avatar tarob0ba commented on May 23, 2024

Wrote a demo program that looks at the profile data of Google and puts it into a CSV using Pandas. Would you like me to add its source to the readme as a supplement to the profile section under features?

from instascrape.

chris-greening avatar chris-greening commented on May 23, 2024

I love to hear it!!! There's actually an examples folder that I think this would be perfect for if you want to add it as a dedicated file into that directory! Thanks so much for the contributions ❤️

from instascrape.

tarob0ba avatar tarob0ba commented on May 23, 2024

You're welcome, I'll make a pull request with the file uploaded. Feel free to look at the source; I had to do it in multiple steps in order to achieve the end goal. How would I incorporate black styling to match everything else?

from instascrape.

tarob0ba avatar tarob0ba commented on May 23, 2024

Might make another screenshot / script analyzing a random hashtag and plotting it using MatPlotLib. Stay tuned!

from instascrape.

chris-greening avatar chris-greening commented on May 23, 2024

@beckettnormington Speaking of hashtag scripts though, I have a real world hashtag analysis program that uses instascrape here if you wanna check that out. The plan is to launch it on PythonAnywhere but that's been sidelined until I can figure out how to solve Issue #9 lol but it works great otherwise if you want to tinker with it

from instascrape.

tarob0ba avatar tarob0ba commented on May 23, 2024

Alrighty, will check that out. Thanks again! ❤️

from instascrape.

PriyanshTri avatar PriyanshTri commented on May 23, 2024

can I help with this issue?

from instascrape.

tarob0ba avatar tarob0ba commented on May 23, 2024

Anything that I can improve?

from instascrape.

chris-greening avatar chris-greening commented on May 23, 2024

Anything that I can improve?

@beckettnormington I'm doing a massive update that's going to greatly improve the library but introduce a ton of breaking changes so I wouldn't want any work you do to be outdated almost immediately lol, check back in a day or two though and I'll let you know!

from instascrape.

tarob0ba avatar tarob0ba commented on May 23, 2024

Alrighty, thank you!

from instascrape.

chris-greening avatar chris-greening commented on May 23, 2024

Might update README's Table of Contents by removing the link tot he non-existing dependencies section and send a PR.

@beckettnormington lolol dang forgot to update that, good catch. Could you create a Dependencies section in between Documentation and Contributing that contains links to BeautifulSoup and Requests docs? That'll emphasize that this is a lightweight library for static HTML scraping only and it'll indicate what's primarily under the hood

from instascrape.

chris-greening avatar chris-greening commented on May 23, 2024

Sure thing, I'll try to get to that tonight or tomorrow.

Sounds good, very appreciative of your help! 😄

from instascrape.

tarob0ba avatar tarob0ba commented on May 23, 2024

Attempted to add dependencies section. PR: #33

from instascrape.

Siddhant-K-code avatar Siddhant-K-code commented on May 23, 2024

@chris-greening what more things you want in README.md, I can do it for you.

from instascrape.

Siddhant-K-code avatar Siddhant-K-code commented on May 23, 2024

!Suggestion we can Line of Code (LOC) with python : 98.8%

from instascrape.

chris-greening avatar chris-greening commented on May 23, 2024

@chris-greening what more things you want in README.md, I can do it for you.

@Siddhant-K-code It's really open ended! I'm just looking to expand it to make it as comprehensive and exciting as possible to the layman to get people interested in the project

maybe add a Features section with short intro's to the Profile, Post, and Hashtag objects? Let me know what ideas you have!! I'd love to hear them

from instascrape.

tarob0ba avatar tarob0ba commented on May 23, 2024

Anything I can do to help improve any existing materials or new things?

from instascrape.

chris-greening avatar chris-greening commented on May 23, 2024

Anything I can do to help improve any existing materials or new things?

If there are any ideas you have for new features, feel free to open a new issue to get a dialogue going! I think the README is good for now so I'm gonna close this issue and open some more over the next few days with some ideas I have for improvements so keep an eye out 😄

Probably gonna write some more blog posts and refactor some stuff so there'll also be that to look for as well 😏

from instascrape.

Related Issues (20)

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.