From 7207607599807503bf3515a944d0511def6ed0b5 Mon Sep 17 00:00:00 2001 From: Trevor Hobenshield <59624054+trevorhobenshield@users.noreply.github.com> Date: Sat, 10 Jun 2023 12:41:35 -0700 Subject: [PATCH 1/2] Update readme.md --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 595c1e9..5207fc1 100644 --- a/readme.md +++ b/readme.md @@ -84,7 +84,7 @@ account.update_profile_image('test.jpg') account.update_profile_banner('test.png') account.update_profile_info(name='Foo Bar', description='test 123', location='Victoria, BC') -# topics +# topics account.follow_topic(111) account.unfollow_topic(111) @@ -5885,4 +5885,4 @@ account = Scraper(email, username, password, debug=1, save=True, protonmail={'em } ``` - \ No newline at end of file + From 9cebe8045e2cf6fd5a7ef9e693b79bfd26302ed0 Mon Sep 17 00:00:00 2001 From: Trevor Hobenshield <59624054+trevorhobenshield@users.noreply.github.com> Date: Sat, 10 Jun 2023 12:41:58 -0700 Subject: [PATCH 2/2] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 11bc034..56cc535 100644 --- a/setup.py +++ b/setup.py @@ -102,7 +102,7 @@ setup( account.update_profile_banner('test.png') account.update_profile_info(name='Foo Bar', description='test 123', location='Victoria, BC') - # topics + # topics account.follow_topic(111) account.unfollow_topic(111)