Skip to content

Commit 6fb06a8

Browse files
committed
modify setup.py and readme.md for next time upgrade(pypi)
1 parent 608fb6f commit 6fb06a8

File tree

3 files changed

+14
-10
lines changed

3 files changed

+14
-10
lines changed

instagram_posts_scraper/file_operation.py

-9
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,3 @@ def read_start_point():
1717
with open(current_directory, 'r') as file:
1818
result = json.load(file)
1919
return result
20-
21-
22-
23-
class CsvOperation:
24-
@staticmethod
25-
def read_kol_csv():
26-
current_directory = os.path.dirname(__file__) + "/resources/new_input_scraper.csv"
27-
result = pd.read_csv(current_directory)
28-
return result

readme.md

+13
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,19 @@ The data obtained by web crawlers is not real-time data, but rather data from a
66

77
I’d really appreciate your support! You can star ⭐ or fork this repository to help me keep sharing more interesting web scrapers.
88

9+
# Support Me
10+
11+
If you enjoy this project and would like to support me, please consider donating 🙌
12+
Your support will help me continue developing this project and working on other exciting ideas!
13+
14+
## 💖 Ways to Support:
15+
16+
- **PayPal**: [https://www.paypal.me/faustren1z](https://www.paypal.me/faustren1z)
17+
- **Buy Me a Coffee**: [https://buymeacoffee.com/faustren1z](https://buymeacoffee.com/faustren1z)
18+
19+
Thank you for your support!! 🎉
20+
21+
922
## Requirements
1023
```bash
1124
beautifulsoup4==4.13.3

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setup(
66
name='instagram-posts-scraper',
7-
version='0.0.1',
7+
version='0.0.2',
88
packages=[
99
"instagram_posts_scraper",
1010
"instagram_posts_scraper.utils"

0 commit comments

Comments
 (0)