Commit graph

  • 6bf65cd482 Add Scraper object Alexander Sheiko 2020-12-12 23:33:57 +02:00
  • edad8f6393 Total refactoring Used guest frontend API BREAKING CHANGE: remove tweet.HTML property Loading more information Minor fixes and changes Alexander Sheiko 2020-12-11 20:58:49 +02:00
  • 1c582e142e Merge pull request #17 from JustHumanz/master Nomadic 2020-12-04 14:29:25 +02:00
  • 8c930602c1 update readme JustHumanz 2020-12-04 15:08:33 +07:00
  • 341e1de6d0 add http proxy support JustHumanz 2020-12-03 21:42:16 +07:00
  • 111942f1b9 Fix profile test Alexander Sheiko 2020-11-09 11:14:42 +02:00
  • ce79652ff5 Use name=orig for photos Alexander Sheiko 2020-10-12 09:49:56 +03:00
  • e739466988 Merge pull request #14 from rouanth/fix-cropped-images Nomadic 2020-10-12 09:37:45 +03:00
  • 648743f47f Fix image grids not being recognized as photos Dmitry Khalansky 2020-10-11 23:15:51 +03:00
  • 5199492b31 Create codeql-analysis.yml Nomadic 2020-10-02 10:07:08 +03:00
  • 5a9f9e6659 Fix profile test Alexander Sheiko 2020-09-22 10:17:51 +03:00
  • 0aee5222f4 Fix search with mobile version Not enough information retrieved Alexander Sheiko 2020-09-19 13:37:50 +03:00
  • 6d0779c4a9 Fix links Alexander Sheiko 2020-09-19 11:54:52 +03:00
  • ae913c7d88 Fix photo Alexander Sheiko 2020-09-19 11:30:05 +03:00
  • 7c415c4373 Fix photo Alexander Sheiko 2020-09-19 01:15:08 +03:00
  • 69c8b035ea Quick dirty fix GetTweets Alexander Sheiko 2020-09-19 00:57:03 +03:00
  • c181d32eee Merge pull request #10 from n0madic/fix-broken-api Nomadic 2020-08-25 09:56:30 +03:00
  • 2fbd561ceb Quick dirty fix tweets (use search) Alexander Sheiko 2020-08-13 17:41:24 +03:00
  • 7f033acb89 Fix trends Alexander Sheiko 2020-08-13 17:39:32 +03:00
  • 2f2b073de7 Quick dirty fix profile Not all fields are available... Alexander Sheiko 2020-08-13 17:38:46 +03:00
  • c6f9351149 Extended user validity check Alexander Sheiko 2020-08-10 14:08:35 +03:00
  • b2f87b1d9d Fix profile test Alexander Sheiko 2020-08-10 14:06:08 +03:00
  • 0381235e61 Add schedule to workflow Alexander Sheiko 2020-07-28 10:52:21 +03:00
  • c174836784 Fix profile test Alexander Sheiko 2020-07-28 10:50:33 +03:00
  • f99c2aaa1f Add user info in tweet Alexander Sheiko 2020-06-15 16:38:51 +03:00
  • 49baceb5b4 Getting tweets by the maximum number, not by pages as before BREAKING CHANGE! Alexander Sheiko 2020-06-15 16:16:08 +03:00
  • a5117bb5c4 Use newRequest() Alexander Sheiko 2020-06-15 15:26:43 +03:00
  • e3ffaa69c8 Update README Alexander Sheiko 2020-06-15 15:19:14 +03:00
  • 87fdf1c10e Add banner photo in profile Alexander Sheiko 2020-06-15 15:17:08 +03:00
  • 7e8d3badb4 Add user ID for profile Alexander Sheiko 2020-06-15 15:06:07 +03:00
  • f17f720cf7 Update README Alexander Sheiko 2020-06-15 15:05:41 +03:00
  • 5a6607f6c4 Add IsPrivate and IsVerified for profile Alexander Sheiko 2020-06-15 14:58:18 +03:00
  • 52eb1f23df Update README Alexander Sheiko 2020-06-15 14:56:52 +03:00
  • c12927172f Add newRequest function with common headers Alexander Sheiko 2020-06-15 11:59:30 +03:00
  • 2dc80b95cf Fix get profile Alexander Sheiko 2020-06-15 11:42:12 +03:00
  • efa4f96e3c Merge pull request #7 from mind1949/master Nomadic 2020-06-12 17:05:25 +03:00
  • 5048018d48 use Context to send cancelation signals to groutines mind1949 2020-06-12 21:31:08 +08:00
  • bf3225765d Merge pull request #6 from xiscocapllonch/master Nomadic 2020-05-15 19:17:22 +03:00
  • 929df76331 update SearchTweets func on README xisco 2020-05-15 17:56:57 +02:00
  • 9497edf199 add check for maxTweetsNbr and rename GetSearchTweets fun to Search Tweets xisco 2020-05-15 17:52:06 +02:00
  • a34a14d25a Fix some golangci-lint warnings Minor changes Alexander Sheiko 2020-05-14 21:52:55 +03:00
  • d0f72d53e4 Merge pull request #5 from xiscocapllonch/fix/profile-test Nomadic 2020-05-14 19:35:23 +03:00
  • 9c16b10725 Merge pull request #3 from xiscocapllonch/feature/search xiscocapllonch 2020-05-14 18:16:40 +02:00
  • 83a9382e99 Merge master with fixed test xisco 2020-05-14 18:10:29 +02:00
  • 5d65463bd4 Merge pull request #2 from xiscocapllonch/fix/profile-test xiscocapllonch 2020-05-14 18:07:05 +02:00
  • b864ad2b4e change TestGetProfile profile and data xisco 2020-05-14 18:01:30 +02:00
  • 1c49fea3ef change goquery.NewDocument deprecated method and add language header xisco 2020-05-14 18:00:43 +02:00
  • 2abfb27a7b add scrap tweets for any search query feature xisco 2020-05-14 14:59:33 +02:00
  • 37bb62a82a create readTweetsFromHtml func for recycle code xisco 2020-05-13 17:35:44 +02:00
  • 654f2f8ccd Merge pull request #4 from xiscocapllonch/fix/browser-locale-language Nomadic 2020-04-23 17:41:29 +03:00
  • 7c9eb133e8 Merge pull request #1 from xiscocapllonch/fix/browser-locale-language xiscocapllonch 2020-04-22 21:14:17 +02:00
  • a033bfafa1 add Accept-Language header en-Us xisco 2020-04-22 20:55:27 +02:00
  • 96cc763b69 Fix test Alexander Sheiko 2020-03-06 10:50:02 +02:00
  • 76c0808b97 Merge pull request #2 from tolantop/pr/1 Nomadic 2020-03-05 14:45:22 +02:00
  • e64c140c20 selector change tolantop 2020-03-04 22:10:11 +03:00
  • fcb4411c18 Merge remote-tracking branch 'master/master' into pr/1 tolantop 2020-03-04 11:19:13 +03:00
  • c5cffefae1 add: detect pin post tolantop 2020-03-04 01:53:13 +03:00
  • ca155dc018 minor fix Alexander Sheiko 2020-02-14 16:21:20 +02:00
  • b6c9f13be2 misspell Alexander Sheiko 2020-02-14 16:21:05 +02:00
  • bf5b9db7d6 Improve error msg Alexander Sheiko 2020-02-14 16:10:29 +02:00
  • 1cabbe92ba Merge pull request #1 from appleboy/module Nomadic 2020-02-14 16:04:45 +02:00
  • 08026ddca3 chore: support go module Bo-Yi Wu 2020-02-14 21:46:15 +08:00
  • 95d08eebb8 Add go mod kirillmb 2020-02-14 01:03:15 +03:00
  • cea7f72d9d Add Trends Alexander Sheiko 2020-02-12 10:45:19 +02:00
  • 75d9805984 Add .gitignore Alexander Sheiko 2020-02-12 10:38:08 +02:00
  • eb1636da25 Fix IsRetweet Alexander Sheiko 2020-02-11 17:32:05 +02:00
  • f8d05eb115 Fix video links Alexander Sheiko 2020-02-11 16:56:00 +02:00
  • 7483695979 Add MIT license Alexander Sheiko 2020-02-11 14:40:05 +02:00
  • a35f307a7e Update profile Alexander Sheiko 2020-02-11 13:13:58 +02:00
  • d22351b4aa Add tweets test Nomadic 2019-09-21 12:18:34 +03:00
  • fefec43318 Rename workflow Nomadic 2019-09-21 12:07:49 +03:00
  • ca31fe7ecc Update err msg Nomadic 2019-09-21 12:06:42 +03:00
  • 8cdac0c96f Add GitHub Action Nomadic 2019-09-21 11:59:13 +03:00
  • f97e728210 Add profile test Nomadic 2019-09-21 11:56:06 +03:00
  • 409af81a81 Format code Nomadic 2019-09-21 11:02:22 +03:00
  • 01325ea5e8 Add get profile Nomadic 2019-09-21 10:59:45 +03:00
  • 70ededdd53 Change error message Alexander Sheiko 2019-09-16 11:57:41 +03:00
  • 1faa46f8d1 Return result with error Nomadic 2019-09-15 10:56:58 +03:00
  • 5d2fb52297 Some changes Nomadic 2019-09-13 22:38:05 +03:00
  • 93223dc7ef Initial commit Alexander Sheiko 2018-11-29 17:33:44 +02:00