mzarchi / apitter-service

An unofficial service to receive data from Twitter (like Twitter-API)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Apitter Service

Base url: https://apitter.ir/
Sample: http[s]://apitter.ir/api/v1/ ACCESS-TOKEN /method/params/
Free Access Token (v1-limit): 4e799b16face1a59c264d8de2e78a0e12b23a876


API Methods (v1.0)

User:

  • /api/v1/ ACCESS-TOKEN /user/ USER-ID (GET)
  • /api/v1/ ACCESS-TOKEN /user/ SCREEN-NAME (GET)

    Each user in Twitter has a user id (for example the user id of jack in 12) that is not determined and chosen by the user, and this ID cannot be edited. And by using this method and sending this value, view the details of the user's account. You can also do the same with screen name, which is @username

    API output: /result/user.json


Tweet & Replies:

ToDo

Apitter Service (v1)

  • Get twitter's user data
  • Get user's tweets data
  • Get twitter's user tweets
  • Get twitter's user tweets and replies
  • Get twitter's user likes
  • Get tweets with special keywords
  • Get tweets with special date-time

About

An unofficial service to receive data from Twitter (like Twitter-API)