I want nike twitter rsvp bot, C/C++ Programming

Assignment Help:

Project Description:

Project Description: I am seeking a programmer who will be able to design some software that will allow the user to:

1) Repeatedly monitor Nike twitter accounts (10 max) for a specific "RSVP" tweet and I want this to work with the new method nike does which is posting a picture with the # circled.

2) Once such a tweet is posted, the program must rapid fire direct messages (DMs) from multiple twitter accounts (1-20) to the target Nike twitter account while sourcing the #specifichashtag from the RSVP tweet. It is CRUCIAL that this DM is sent within 1-5 seconds of the tweet being posted by the original Nike account.

There are some more specifics as well:

1) The DM's sent must be able to attach the specific hashtag sourced from the tweet posted and formatted as #specifichastag. Moreover, it must attach the #specifichashtag to pre-entered data containing the First Name, Last Name, and Shoe Size of an individual.

I need the program to work on Mac

Example of the situation: A Nike Account User will post a tweet same to this "Twitter #RSVP is now open for the Air Jordan 8 in sizes 7-12, 13, 14. #AJ8" Once the user posts this tweet, I want to develop an app that will automatically send a Direct Message to that same user containing some pre written text as well as the random hashtag, which in my example is #AJ8. A complete example of the complete DM I need to send back in response to the user is "Jon Doe, Size 10, #AJ8"

Skills required are C Programming, CSS, C++ Programming,  Javascript, jQuery / Prototype


Related Discussions:- I want nike twitter rsvp bot

C program to copy the contents of a file, C Program to copy the contents of...

C Program to copy the contents of a file: void main()    {   ifstream fin("input.txt");   ofstream fout("output.txt");   char ch;   while (fin)       {

Write a program to illustrate array with strings, Write a Program to illust...

Write a Program to illustrate Array with Strings? main() { static char name[]="devdas"; int i; i=0; while(name[i]!='\0') { printf("%c",name[i]); i=i+1; } } In the

Write a program that finds the minimum total number of shelv, Write a progr...

Write a program that finds the minimum total number of shelves, including the initial one required for this loading process.

Decoding smugglers message, Smugglers are becoming very smart day by day. N...

Smugglers are becoming very smart day by day. Now they have developed a new technique of sending their messages from one smuggler to another. In their new technology, they are send

Calculating interest, The interest charged on a loan banking facility is ca...

The interest charged on a loan banking facility is calculated based on principal amount, rate and time. implement a C program that can be used to automate the calculation of the in

Programming, write a program that can accept numbers and perform all the fo...

write a program that can accept numbers and perform all the four arithmetic operation

Prob, Given an integer n and a permutation of numbers 1, 2 ... , n-1, n wri...

Given an integer n and a permutation of numbers 1, 2 ... , n-1, n write a program to print the permutation that lexicographically precedes the given input permutation. If the given

Bouncing Ball, Create an applet that bounces a blue ball inside an applet u...

Create an applet that bounces a blue ball inside an applet using Thread. The ball (diameter is 10) will start at position (0,0). When the ball hits the edge of the applet, the ba

When should i use references, A: Use references when you can use, and use p...

A: Use references when you can use, and use pointers when you have to. References are generally preferred over pointers whenever you don't require "reseating". Usually this mean

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd