Recent content by Charles Roberto

  1. C

    Auto follow unfollow multiple Twitter accounts

    I can write a script for that!! PM me.
  2. C

    My bot has stopped working, how to handle new x-twitter-auth-type/authorization

    I can look over the code for you for free. PM if interested.
  3. C

    Proxies for FollowLiker

    Why do you need a proxy to use their service?
  4. C

    Twitter trends location?

    Tweets are geo tagged based on IP or location services etc. so no where the account is registered doesn't matter.
  5. C

    Follow Liker not responding.

    If you don't like the bot your using, send me a PM I can make one more to your specifications without bugs like that.
  6. C

    What bot do you guys use?

    I write twitter bots!!! Auto posting(schedule how you want) Auto Follow(can be based on niches) Auto Unfollow(douce bags who don't follow you back after your specified time limit) etc. PM if anyone needs work done on one!
  7. C

    What do you do for articles?

    I THINK!!! you can. I got the idea from this site weaselzippers.us cause I saw them doing it. At most they'll write an article themselves which isnt even an article but a bunch of tweets maybe with some words. I asked the question if it was legal on a subreddit once and a user told me as long as...
  8. C

    What do you do for articles?

    Coudln't you just scrape articles from other well known sites I.E. drudgereport, CNN etc. and give them credit for the article?
  9. C

    Guys, I need ur help finding a way to auto bump my group posts

    I can write a program for you that does that. You can work with me to develop the software that you want. PM me if you interested.
  10. C

    Alternative Bot For Twitter Follow/Unfollow

    I can write bots for social media sites (in node.js or python), need to know what you would want it to do though.
  11. C

    SCRIPT needed to store Influencers

    Your being very vague with your scripting needs. PM with more specifics like what site your getting the data from.
  12. C

    Scrape Embed codes

    PM me and I'll write the script for you that gets the embed codes. Setting up an API for your wordpress site would be new to me but not something I can't figure out.
  13. C

    Scrapper which suits you

    I usually make my own webcrawlers combining the python libraries beautifulsoup + requests
  14. C

    Need help with 4 lanes of CSS

    I'll need more code to figure out where it went wrong. Is the video element in a container? Can you show me the current html/css of the page your formatting?
  15. C

    Need help with 4 lanes of CSS

    Well it says CSS class. "#" is for ID and "." is for Classes. You can use "video" if you want. So it'll be: .video { position: absolute; margin: auto; top: 50%; left: 50%; } /* The above code centers it directly in the middle of the webpage */ And in the last tab: video
Back
Top