instagram-scraper:抓取媒体,喜欢,关注者,标签和所有元数据。 受instagram-php-scraper,bot的启发

时间:2024-02-22 16:00:05
【文件属性】:

文件名称:instagram-scraper:抓取媒体,喜欢,关注者,标签和所有元数据。 受instagram-php-scraper,bot的启发

文件大小:44KB

文件格式:ZIP

更新时间:2024-02-22 16:00:05

python bot instagram crawler scraper

instagram_scraper 这是用Python编写的简约Instagram抓取工具。 它可以获取媒体,帐户,视频,评论等。还支持“评论”和“喜欢”操作。 要使应用程序获得InstagramAPI批准并不容易,因此我受启发创建了此工具。 该项目的目标是在保持所有必需功能的同时尽可能地简化,以使其易于添加代码! 任何 :white_medium_star: 如果您喜欢这个项目,我们将不胜感激 :sign_of_the_horns: 如何安装 只需运行: pip install igramscraper 或通过git clone下载项目并运行以下命令: pip install -r requirements.txt 用法 有些方法确实需要身份验证: from igramscraper . instagram import Instagram instagram = Instagram () # authentication supported instagram . with_credentials ( 'username' , 'password' ) instagra


【文件预览】:
instagram-scraper-master
----.github()
--------FUNDING.yml(52B)
----tests()
--------test_data.py(45B)
--------test_igramscraper.py(4KB)
----LICENSE(1KB)
----CONTRIBUTING.md(332B)
----igramscraper()
--------helper.py(1KB)
--------exception()
--------session_manager.py(772B)
--------model()
--------__init__.py(0B)
--------two_step_verification()
--------instagram.py(62KB)
--------endpoints.py(7KB)
----requirements.txt(39B)
----examples()
--------get_account_by_id.py(679B)
--------get_location_by_id.py(273B)
--------get_account_followers.py(570B)
--------get_media_comments.py(614B)
--------get_media_by_code.py(396B)
--------get_account_following.py(467B)
--------get_account_by_username.py(792B)
--------get_media_likes.py(371B)
--------get_stories.py(322B)
--------__init__.py(0B)
--------context.py(150B)
--------cookie_test.py(6KB)
--------get_medias_by_location_id.py(489B)
--------search_accounts_by_username.py(468B)
--------get_media_by_url.py(412B)
--------get_current_top_medias_by_tag_name.py(306B)
--------get_medias_by_tag.py(591B)
--------get_media_tagged_users.py(364B)
--------block_unblock_account.py(216B)
--------get_medias_from_feed.py(485B)
--------get_current_top_medias_by_location_id.py(441B)
--------like_and_unlike_media.py(262B)
--------get_account_medias_by_username.py(731B)
--------follow_unfollow_account.py(217B)
--------add_and_delete_comment.py(426B)
--------get_media_by_id.py(570B)
----setup.py(877B)
----.gitignore(2KB)
----.joetag(44B)
----README.md(3KB)

网友评论