Commit graph

380 commits

Author SHA1 Message Date
Alexander Sheiko
6bf65cd482 Add Scraper object 2020-12-12 23:33:57 +02:00
Alexander Sheiko
edad8f6393 Total refactoring
Used guest frontend API
BREAKING CHANGE: remove tweet.HTML property
Loading more information
Minor fixes and changes
2020-12-11 20:58:49 +02:00
Nomadic
1c582e142e Merge pull request #17 from JustHumanz/master
Add http proxy
2020-12-04 14:29:25 +02:00
JustHumanz
8c930602c1 update readme 2020-12-04 15:08:33 +07:00
JustHumanz
341e1de6d0 add http proxy support 2020-12-03 21:42:16 +07:00
Alexander Sheiko
111942f1b9 Fix profile test 2020-11-09 11:14:42 +02:00
Alexander Sheiko
ce79652ff5 Use name=orig for photos 2020-10-12 09:49:56 +03:00
Nomadic
e739466988 Merge pull request #14 from rouanth/fix-cropped-images
Fix image grids not being recognized as photos
2020-10-12 09:37:45 +03:00
Dmitry Khalansky
648743f47f Fix image grids not being recognized as photos 2020-10-11 23:15:51 +03:00
Nomadic
5199492b31 Create codeql-analysis.yml 2020-10-02 10:07:08 +03:00
Alexander Sheiko
5a9f9e6659 Fix profile test 2020-09-22 10:17:51 +03:00
Alexander Sheiko
0aee5222f4 Fix search with mobile version
Not enough information retrieved
2020-09-19 13:37:50 +03:00
Alexander Sheiko
6d0779c4a9 Fix links 2020-09-19 11:54:52 +03:00
Alexander Sheiko
ae913c7d88 Fix photo 2020-09-19 11:30:05 +03:00
Alexander Sheiko
7c415c4373 Fix photo 2020-09-19 01:15:08 +03:00
Alexander Sheiko
69c8b035ea Quick dirty fix GetTweets 2020-09-19 00:57:03 +03:00
Nomadic
c181d32eee Merge pull request #10 from n0madic/fix-broken-api
Fix broken Twitter API
2020-08-25 09:56:30 +03:00
Alexander Sheiko
2fbd561ceb Quick dirty fix tweets (use search) 2020-08-13 17:41:24 +03:00
Alexander Sheiko
7f033acb89 Fix trends 2020-08-13 17:39:32 +03:00
Alexander Sheiko
2f2b073de7 Quick dirty fix profile
Not all fields are available...
2020-08-13 17:38:46 +03:00
Alexander Sheiko
c6f9351149 Extended user validity check 2020-08-10 14:08:35 +03:00
Alexander Sheiko
b2f87b1d9d Fix profile test 2020-08-10 14:06:08 +03:00
Alexander Sheiko
0381235e61 Add schedule to workflow 2020-07-28 10:52:21 +03:00
Alexander Sheiko
c174836784 Fix profile test 2020-07-28 10:50:33 +03:00
Alexander Sheiko
f99c2aaa1f Add user info in tweet 2020-06-15 16:38:51 +03:00
Alexander Sheiko
49baceb5b4 Getting tweets by the maximum number, not by pages as before
BREAKING CHANGE!
2020-06-15 16:16:08 +03:00
Alexander Sheiko
a5117bb5c4 Use newRequest() 2020-06-15 15:26:43 +03:00
Alexander Sheiko
e3ffaa69c8 Update README 2020-06-15 15:19:14 +03:00
Alexander Sheiko
87fdf1c10e Add banner photo in profile 2020-06-15 15:17:08 +03:00
Alexander Sheiko
7e8d3badb4 Add user ID for profile 2020-06-15 15:06:07 +03:00
Alexander Sheiko
f17f720cf7 Update README 2020-06-15 15:05:41 +03:00
Alexander Sheiko
5a6607f6c4 Add IsPrivate and IsVerified for profile 2020-06-15 14:58:18 +03:00
Alexander Sheiko
52eb1f23df Update README 2020-06-15 14:56:52 +03:00
Alexander Sheiko
c12927172f Add newRequest function with common headers 2020-06-15 11:59:30 +03:00
Alexander Sheiko
2dc80b95cf Fix get profile 2020-06-15 11:42:12 +03:00
Nomadic
efa4f96e3c Merge pull request #7 from mind1949/master
use Context to send cancelation signals to goroutines
2020-06-12 17:05:25 +03:00
mind1949
5048018d48 use Context to send cancelation signals to groutines 2020-06-12 21:31:08 +08:00
Nomadic
bf3225765d Merge pull request #6 from xiscocapllonch/master
New feature for search queries
2020-05-15 19:17:22 +03:00
xisco
929df76331 update SearchTweets func on README 2020-05-15 17:56:57 +02:00
xisco
9497edf199 add check for maxTweetsNbr and rename GetSearchTweets fun to Search Tweets 2020-05-15 17:52:06 +02:00
Alexander Sheiko
a34a14d25a Fix some golangci-lint warnings
Minor changes
2020-05-14 21:52:55 +03:00
Nomadic
d0f72d53e4 Merge pull request #5 from xiscocapllonch/fix/profile-test
Fix/profile test
2020-05-14 19:35:23 +03:00
xiscocapllonch
9c16b10725 Merge pull request #3 from xiscocapllonch/feature/search
Feature/search queries
2020-05-14 18:16:40 +02:00
xisco
83a9382e99 Merge master with fixed test 2020-05-14 18:10:29 +02:00
xiscocapllonch
5d65463bd4 Merge pull request #2 from xiscocapllonch/fix/profile-test
Fix/profile test
2020-05-14 18:07:05 +02:00
xisco
b864ad2b4e change TestGetProfile profile and data 2020-05-14 18:01:30 +02:00
xisco
1c49fea3ef change goquery.NewDocument deprecated method and add language header 2020-05-14 18:00:43 +02:00
xisco
2abfb27a7b add scrap tweets for any search query feature 2020-05-14 14:59:33 +02:00
xisco
37bb62a82a create readTweetsFromHtml func for recycle code 2020-05-13 17:35:44 +02:00
Nomadic
654f2f8ccd Merge pull request #4 from xiscocapllonch/fix/browser-locale-language
add Accept-Language header en-Us
2020-04-23 17:41:29 +03:00