Skip to content

Commit

Permalink
Merge pull request #3 from Xarrow/search_name
Browse files Browse the repository at this point in the history
Search name
  • Loading branch information
Xarrow committed Jun 9, 2018
2 parents 755d29b + b5b88f5 commit d9bd8c4
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@
Simple weibo tweet scraper . Crawl weibo tweets without authorization.
There are many limitations in official API .
In general , we can inspect mobile site which has it's own API by Chrome.
----

# Why

1. Crawl weibo data in order to research big data .

2. Back up data for weibo's shameful blockade .


----
# Installation
Expand Down Expand Up @@ -132,11 +140,11 @@ You can also get formatted tweets via api of `weibo_scrapy.get_formatted_weibo_t
![img](https://raw.githubusercontent.com/rochacbruno/flasgger/master/docs/flasgger.png)

# P.S
1. Very Thanks For [Twitter-Scraper](https://github.com/kennethreitz/twitter-scraper) .
1. Inspiration from [Twitter-Scraper](https://github.com/kennethreitz/twitter-scraper) .

2. For "嘻红豆" .
2. For 'XIHONGDOU' .

2. Welcome To Fork Me .
3. Welcome To Fork Me .

----
# LICENSE
Expand Down
5 changes: 4 additions & 1 deletion packing_and_upload.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/usr/bin/env bash

echo ">>> delete exist packing "
rm -rf build
rm -rf dist
rm -rf weibo_scraper.egg-info
echo ">>> running python setup.py sdist"
python setup.py sdist
echo ">>> running python setup.py bdist_wheel --universal"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def run(self):


setup(
version="1.0.5",
version="1.0.6",
long_description=long_description,
long_description_content_type="text/markdown",
name="weibo-scraper",
Expand Down

0 comments on commit d9bd8c4

Please sign in to comment.