Untitled


SUBMITTED BY: Guest

DATE: Jan. 9, 2014, 1:51 a.m.

FORMAT: Text only

SIZE: 843 Bytes

HITS: 808

  1. #!/usr/bin/env python
  2. # -*- coding: utf-8 -*-
  3. intro="""
  4. Bitbit
  5. meets
  6. Botbot
  7. Name :Bitbit view checker
  8. Crew : Annoyingcalc
  9. """
  10. print(intro);
  11. import requests, time, sys, urllib, hashlib, re
  12. address = "http://bitbin.it/OnI7o5T5" #change this with the url you want to check
  13. hits=0
  14. data = requests.get(address)
  15. print(data.text[5660:5665] + data.text[5670:5673]) #Change this with the number of letters the title is bigger than untitled, YOU MUST DO THIS FOR IT TO WORK!!
  16. hits = data.text[5660:5665]
  17. while data.status_code == 200:
  18. data = data.text[5660:5665] + data.text[5670:5673] #data = data.text[5705:5710] + data.text[5715:5719]
  19. if data[6:9] != hits:
  20. hits=data[6:9]
  21. print(data)
  22. data = requests.get(address)
  23. print(data.status_code)

comments powered by Disqus